#AA1F07

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

Shades of Fire Brick #AA1F07

Tints of Fire Brick #AA1F07

Color information

#AA1F07 (or 0xAA1F07) is unknown color: approx Fire Brick. HEX triplet: AA, 1F and 07. RGB value is (170,31,7). Sum of RGB (Red+Green+Blue) = 170+31+7=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F07 is #55E0F8. Grayscale: #464646. Windows color (decimal): -5628153 or 466858. OLE color: 466858.

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

Color convert

RGB170317-
CMYK00.820.960.33
HSL8.83º92.09%34.71%-
HSV(B)8.83º95.88%66.67%-
XYZ17.119.541.14-
YUV69.8292.55199.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 81.73%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 7 (3.12% from 255) = 3.37%
R=81.73%
G=14.90%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17031700.820.960.338.8392.0934.71
HexAA1F7052602195c23
Octal2523770122140411113443
Binary101010101111111101010010110000010000110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F07; }

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

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

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

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

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

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

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

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