#A01E16

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

Shades of Fire Brick #A01E16

Tints of Fire Brick #A01E16

Color information

#A01E16 (or 0xA01E16) is unknown color: approx Fire Brick. HEX triplet: A0, 1E and 16. RGB value is (160,30,22). Sum of RGB (Red+Green+Blue) = 160+30+22=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E16 is #5FE1E9. Grayscale: #444444. Windows color (decimal): -6283754 or 1449632. OLE color: 1449632.

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

Color convert

RGB1603022-
CMYK00.810.860.37
HSL3.48º75.82%35.69%-
HSV(B)3.48º86.25%62.75%-
XYZ15.118.461.6-
YUV67.96102.07193.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 75.47%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=75.47%
G=14.15%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160302200.810.860.373.4875.8235.69
HexA01E16051562534c24
Octal2403626012112645311444
Binary101000001111010110010100011010110100101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E16; }

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

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

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

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

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

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

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

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