#AA1F05

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

Shades of Fire Brick #AA1F05

Tints of Fire Brick #AA1F05

Color information

#AA1F05 (or 0xAA1F05) is unknown color: approx Fire Brick. HEX triplet: AA, 1F and 05. RGB value is (170,31,5). Sum of RGB (Red+Green+Blue) = 170+31+5=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F05 is #55E0FA. Grayscale: #454545. Windows color (decimal): -5628155 or 335786. OLE color: 335786.

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

Color convert

RGB170315-
CMYK00.820.970.33
HSL9.45º94.29%34.31%-
HSV(B)9.45º97.06%66.67%-
XYZ17.099.541.08-
YUV69.691.55199.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.52%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=82.52%
G=15.05%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17031500.820.970.339.4594.2934.31
HexAA1F5052612195e22
Octal2523750122141411113642
Binary101010101111110101010010110000110000110011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F05; }

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

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

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

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

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

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

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

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