#A01F12

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

Shades of Fire Brick #A01F12

Tints of Fire Brick #A01F12

Color information

#A01F12 (or 0xA01F12) is unknown color: approx Fire Brick. HEX triplet: A0, 1F and 12. RGB value is (160,31,18). Sum of RGB (Red+Green+Blue) = 160+31+18=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F12 is #5FE0ED. Grayscale: #444444. Windows color (decimal): -6283502 or 1187744. OLE color: 1187744.

HSL color Cylindrical-coordinate representation of color #A01F12: hue angle of 5.49º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01F12 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1603118-
CMYK00.810.890.37
HSL5.49º79.78%34.9%-
HSV(B)5.49º88.75%62.75%-
XYZ15.18.51.42-
YUV68.0999.74193.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.56%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=76.56%
G=14.83%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160311800.810.890.375.4979.7834.9
HexA01F12051592555023
Octal2403722012113145512043
Binary1010000011111100100101000110110011001011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F12; }

 p { color: rgb(160,31,18); }

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

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

 a { background-color: rgb(160,31,18); }

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

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

 span { border-color: rgb(160,31,18); }

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