#AA1F1C

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

Shades of Fire Brick #AA1F1C

Tints of Fire Brick #AA1F1C

Color information

#AA1F1C (or 0xAA1F1C) is unknown color: approx Fire Brick. HEX triplet: AA, 1F and 1C. RGB value is (170,31,28). Sum of RGB (Red+Green+Blue) = 170+31+28=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F1C is #55E0E3. Grayscale: #484848. Windows color (decimal): -5628132 or 1843114. OLE color: 1843114.

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

Color convert

RGB1703128-
CMYK00.820.840.33
HSL1.27º71.72%38.82%-
HSV(B)1.27º83.53%66.67%-
XYZ17.289.612.04-
YUV72.22103.05197.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=74.24%
G=13.54%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170312800.820.840.331.2771.7238.82
HexAA1F1C052542114827
Octal2523734012212441111047
Binary10101010111111110001010010101010010000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F1C; }

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

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

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

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

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

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

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

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