#A01F0C

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

Shades of Fire Brick #A01F0C

Tints of Fire Brick #A01F0C

Color information

#A01F0C (or 0xA01F0C) is unknown color: approx Fire Brick. HEX triplet: A0, 1F and 0C. RGB value is (160,31,12). Sum of RGB (Red+Green+Blue) = 160+31+12=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F0C is #5FE0F3. Grayscale: #434343. Windows color (decimal): -6283508 or 794528. OLE color: 794528.

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

Color convert

RGB1603112-
CMYK00.810.930.37
HSL7.7º86.05%33.73%-
HSV(B)7.7º92.5%62.75%-
XYZ15.058.481.19-
YUV67.496.74194.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.82%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=78.82%
G=15.27%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160311200.810.930.377.786.0533.73
HexA01FC0515D2585622
Octal24037140121135451012642
Binary1010000011111110001010001101110110010110001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F0C; }

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

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

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

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

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

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

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

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