Html Css Color HEX #AA1806 Fire Brick

📋 copy color: '#AA1806'

red 170 ◦ green 24 ◦ blue 6

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

Shades of Fire Brick #AA1806

Tints of Fire Brick #AA1806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 85%
G = 12%
B = 3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA1806 (or 0xAA1806) is known color: Fire Brick. HEX triplet: AA, 18 and 06. RGB value is (170,24,6). Sum of RGB (Red+Green+Blue) = 170+24+6=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1806 is #55E7F9. Grayscale: #414141. Windows color (decimal): -5629946 or 399530. OLE color: 399530.

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

Color convert

RGB 170 24 6 -
CMYK 0 0.86 0.96 0.33
HSL 6.59º 0.93% 0.35% -
HSV(B) 6.59º 0.96% 0.67% -
XYZ 16.94 9.21 1.06 -
YUV 65.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 170 24 6 0 0.86 0.96 0.33 6.59 0.93 0.35
Hex AA 18 6 0 56 60 21 7 5D 23
Octal 252 30 6 0 126 140 41 7 135 43
Binary 10101010 11000 110 0 1010110 1100000 100001 111 1011101 100011

Color Harmonies of #AA1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1806

Black with #AA1806

Text Example


Text Example

White with #AA1806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1806; }

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

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

background-color css

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

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

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

border-color css

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

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

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