#AA1C00

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

Shades of Fire Brick #AA1C00

Tints of Fire Brick #AA1C00

Color information

#AA1C00 (or 0xAA1C00) is unknown color: approx Fire Brick. HEX triplet: AA, 1C and 00. RGB value is (170,28,0). Sum of RGB (Red+Green+Blue) = 170+28+0=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C00 is #55E3FF. Grayscale: #434343. Windows color (decimal): -5628928 or 7338. OLE color: 7338.

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

Color convert

RGB170280-
CMYK00.8410.33
HSL9.88º100%33.33%-
HSV(B)9.88º100%66.67%-
XYZ16.999.380.91-
YUV67.2790.04201.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 85.86%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.86%
G=14.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17028000.8410.339.8810033.33
HexAA1C00546421a6421
Octal2523400124144411214441
Binary1010101011100001010100110010010000110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C00; }

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

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

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

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

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

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

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

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