#a01f0f

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

Shades of Fire Brick #A01F0F

Tints of Fire Brick #A01F0F

Color information

#A01F0F (or 0xA01F0F) is unknown color: approx Fire Brick. HEX triplet: A0, 1F and 0F. RGB value is (160,31,15). Sum of RGB (Red+Green+Blue) = 160+31+15=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F0F is #5FE0F0. Grayscale: #434343. Windows color (decimal): -6283505 or 991136. OLE color: 991136.

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

Color convert

RGB1603115-
CMYK00.810.910.37
HSL6.62º82.86%34.31%-
HSV(B)6.62º90.62%62.75%-
XYZ15.078.491.3-
YUV67.7598.24193.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 77.67%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=77.67%
G=15.05%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160311500.810.910.376.6282.8634.31
HexA01FF0515B2575322
Octal2403717012113345712342
Binary101000001111111110101000110110111001011111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01f0f; }

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

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

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

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

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

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

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

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