#A01E19

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

Shades of Fire Brick #A01E19

Tints of Fire Brick #A01E19

Color information

#A01E19 (or 0xA01E19) is unknown color: approx Fire Brick. HEX triplet: A0, 1E and 19. RGB value is (160,30,25). Sum of RGB (Red+Green+Blue) = 160+30+25=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E19 is #5FE1E6. Grayscale: #444444. Windows color (decimal): -6283751 or 1646240. OLE color: 1646240.

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

Color convert

RGB1603025-
CMYK00.810.840.37
HSL2.22º72.97%36.27%-
HSV(B)2.22º84.38%62.75%-
XYZ15.148.471.76-
YUV68.3103.57193.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.42%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=74.42%
G=13.95%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160302500.810.840.372.2272.9736.27
HexA01E19051542524924
Octal2403631012112445211144
Binary101000001111011001010100011010100100101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E19; }

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

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

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

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

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

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

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

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