Html Css Color HEX #AA1E08 Fire Brick

📋 copy color: '#AA1E08'

red 170 ◦ green 30 ◦ blue 8

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

Shades of Fire Brick #AA1E08

Tints of Fire Brick #AA1E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 8 (3.52% from 255) = 3.85%

R = 81.73%
G = 14.42%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1E08 (or 0xAA1E08) is known color: Fire Brick. HEX triplet: AA, 1E and 08. RGB value is (170,30,8). Sum of RGB (Red+Green+Blue) = 170+30+8=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E08 is #55E1F7. Grayscale: #454545. Windows color (decimal): -5628408 or 532138. OLE color: 532138.

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

Color convert

RGB 170 30 8 -
CMYK 0 0.82 0.95 0.33
HSL 8.15º 0.91% 0.35% -
HSV(B) 8.15º 0.95% 0.67% -
XYZ 17.09 9.49 1.16 -
YUV 69.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 170 30 8 0 0.82 0.95 0.33 8.15 0.91 0.35
Hex AA 1E 8 0 52 5F 21 8 5B 23
Octal 252 36 10 0 122 137 41 10 133 43
Binary 10101010 11110 1000 0 1010010 1011111 100001 1000 1011011 100011

Color Harmonies of #AA1E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E08

Black with #AA1E08

Text Example


Text Example

White with #AA1E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E08; }

 p { color: rgb(170,30,8); }

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

background-color css

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

 a { background-color: rgb(170,30,8); }

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

border-color css

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

 span { border-color: rgb(170,30,8); }

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