#A01E0C

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

Shades of Fire Brick #A01E0C

Tints of Fire Brick #A01E0C

Color information

#A01E0C (or 0xA01E0C) is unknown color: approx Fire Brick. HEX triplet: A0, 1E and 0C. RGB value is (160,30,12). Sum of RGB (Red+Green+Blue) = 160+30+12=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E0C is #5FE1F3. Grayscale: #434343. Windows color (decimal): -6283764 or 794272. OLE color: 794272.

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

Color convert

RGB1603012-
CMYK00.810.930.37
HSL7.3º86.05%33.73%-
HSV(B)7.3º92.5%62.75%-
XYZ15.038.431.18-
YUV66.8297.07194.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 79.21%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=79.21%
G=14.85%
B=5.94%

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
Decimal160301200.810.930.377.386.0533.73
HexA01EC0515D2575622
Octal2403614012113545712642
Binary101000001111011000101000110111011001011111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E0C; }

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

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

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

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

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

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

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

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