Html Css Color HEX #AA2617 Fire Brick

📋 copy color: '#AA2617'

red 170 ◦ green 38 ◦ blue 23

#AA2617
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AA2617

Tints of Fire Brick #AA2617

RGB

 RED value IS 170 (66.8% from 255) = 73.59%

 GREEN value IS 38 (15.23% from 255) = 16.45%

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 73.59%
G = 16.45%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA2617 (or 0xAA2617) is known color: Fire Brick. HEX triplet: AA, 26 and 17. RGB value is (170,38,23). Sum of RGB (Red+Green+Blue) = 170+38+23=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2617 is #55D9E8. Grayscale: #4B4B4B. Windows color (decimal): -5626345 or 1517226. OLE color: 1517226.

HSL color Cylindrical-coordinate representation of color #AA2617: hue angle of 6.12º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA2617 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 23 -
CMYK 0 0.78 0.86 0.33
HSL 6.12º 0.76% 0.38% -
HSV(B) 6.12º 0.86% 0.67% -
XYZ 17.43 9.99 1.82 -
YUV 75.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 170 38 23 0 0.78 0.86 0.33 6.12 0.76 0.38
Hex AA 26 17 0 4E 56 21 6 4C 26
Octal 252 46 27 0 116 126 41 6 114 46
Binary 10101010 100110 10111 0 1001110 1010110 100001 110 1001100 100110

Color Harmonies of #AA2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2617

Black with #AA2617

Text Example


Text Example

White with #AA2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2617; }

 p { color: rgb(170,38,23); }

 H1.HeaderClassName
 {
   color: #AA2617;
 }
 .AnyTagClassName
 {
   color: #AA2617;
 }
</style>

background-color css

<style>
 a { background-color: #AA2617; }

 a { background-color: rgb(170,38,23); }

 div.DivClassName
 {
   background-color: #AA2617;
 }
 .BgClassName
 {
   background-color: #AA2617;
 }
</style>

border-color css

<style>
 span { border-color: #AA2617; }

 span { border-color: rgb(170,38,23); }

 td.TdClassName
 {
   border-color: #AA2617;
 }
 .TagClassName
 {
   border-color: #AA2617;
 }
</style>