Html Css Color HEX #AA2406 Fire Brick

📋 copy color: '#AA2406'

red 170 ◦ green 36 ◦ blue 6

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

Shades of Fire Brick #AA2406

Tints of Fire Brick #AA2406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 6 (2.73% from 255) = 2.83%

R = 80.19%
G = 16.98%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA2406 (or 0xAA2406) is known color: Fire Brick. HEX triplet: AA, 24 and 06. RGB value is (170,36,6). Sum of RGB (Red+Green+Blue) = 170+36+6=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2406 is #55DBF9. Grayscale: #484848. Windows color (decimal): -5626874 or 402602. OLE color: 402602.

HSL color Cylindrical-coordinate representation of color #AA2406: hue angle of 10.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA2406 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 6 -
CMYK 0 0.79 0.96 0.33
HSL 10.98º 0.93% 0.35% -
HSV(B) 10.98º 0.96% 0.67% -
XYZ 17.24 9.82 1.16 -
YUV 72.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 170 36 6 0 0.79 0.96 0.33 10.98 0.93 0.35
Hex AA 24 6 0 4F 60 21 B 5D 23
Octal 252 44 6 0 117 140 41 13 135 43
Binary 10101010 100100 110 0 1001111 1100000 100001 1011 1011101 100011

Color Harmonies of #AA2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2406

Black with #AA2406

Text Example


Text Example

White with #AA2406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2406; }

 p { color: rgb(170,36,6); }

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

background-color css

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

 a { background-color: rgb(170,36,6); }

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

border-color css

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

 span { border-color: rgb(170,36,6); }

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