#AA1C08

Color #AA1C08 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AA1C08

Tints of Fire Brick #AA1C08

Color information

#AA1C08 (or 0xAA1C08) is unknown color: approx Fire Brick. HEX triplet: AA, 1C and 08. RGB value is (170,28,8). Sum of RGB (Red+Green+Blue) = 170+28+8=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C08 is #55E3F7. Grayscale: #444444. Windows color (decimal): -5628920 or 531626. OLE color: 531626.

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

Color convert

RGB170288-
CMYK00.840.950.33
HSL7.41º91.01%34.9%-
HSV(B)7.41º95.29%66.67%-
XYZ17.049.391.15-
YUV68.1894.04200.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.52%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=82.52%
G=13.59%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17028800.840.950.337.4191.0134.9
HexAA1C80545F2175b23
Octal2523410012413741713343
Binary101010101110010000101010010111111000011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C08; }

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

 H1.HeaderClassName
 {
   color: #AA1C08;
 }
 .AnyTagClassName
 {
   color: #AA1C08;
 }
</style>
background-color css

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

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

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

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

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

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