Html Css Color HEX #AA2006 Fire Brick

📋 copy color: '#AA2006'

red 170 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #AA2006

Tints of Fire Brick #AA2006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 81.73%
G = 15.38%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA2006 (or 0xAA2006) is known color: Fire Brick. HEX triplet: AA, 20 and 06. RGB value is (170,32,6). Sum of RGB (Red+Green+Blue) = 170+32+6=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2006 is #55DFF9. Grayscale: #464646. Windows color (decimal): -5627898 or 401578. OLE color: 401578.

HSL color Cylindrical-coordinate representation of color #AA2006: hue angle of 9.51º 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 #AA2006 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 6 -
CMYK 0 0.81 0.96 0.33
HSL 9.51º 0.93% 0.35% -
HSV(B) 9.51º 0.96% 0.67% -
XYZ 17.13 9.59 1.12 -
YUV 70.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 170 32 6 0 0.81 0.96 0.33 9.51 0.93 0.35
Hex AA 20 6 0 51 60 21 A 5D 23
Octal 252 40 6 0 121 140 41 12 135 43
Binary 10101010 100000 110 0 1010001 1100000 100001 1010 1011101 100011

Color Harmonies of #AA2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2006

Black with #AA2006

Text Example


Text Example

White with #AA2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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