#a01e0f

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

Shades of Fire Brick #A01E0F

Tints of Fire Brick #A01E0F

Color information

#A01E0F (or 0xA01E0F) is unknown color: approx Fire Brick. HEX triplet: A0, 1E and 0F. RGB value is (160,30,15). Sum of RGB (Red+Green+Blue) = 160+30+15=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E0F is #5FE1F0. Grayscale: #434343. Windows color (decimal): -6283761 or 990880. OLE color: 990880.

HSL color Cylindrical-coordinate representation of color #A01E0F: hue angle of 6.21º 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 #A01E0F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1603015-
CMYK00.810.910.37
HSL6.21º82.86%34.31%-
HSV(B)6.21º90.62%62.75%-
XYZ15.058.441.29-
YUV67.1698.57194.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.05%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=78.05%
G=14.63%
B=7.32%

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
Decimal160301500.810.910.376.2182.8634.31
HexA01EF0515B2565322
Octal2403617012113345612342
Binary101000001111011110101000110110111001011101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01e0f; }

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

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

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

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

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

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

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

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