#A11E14

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

Shades of Fire Brick #A11E14

Tints of Fire Brick #A11E14

Color information

#A11E14 (or 0xA11E14) is unknown color: approx Fire Brick. HEX triplet: A1, 1E and 14. RGB value is (161,30,20). Sum of RGB (Red+Green+Blue) = 161+30+20=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E14 is #5EE1EB. Grayscale: #444444. Windows color (decimal): -6218220 or 1318561. OLE color: 1318561.

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

Color convert

RGB1613020-
CMYK00.810.880.37
HSL4.26º77.9%35.49%-
HSV(B)4.26º87.58%63.14%-
XYZ15.298.561.51-
YUV68.03100.9194.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 76.30%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=76.30%
G=14.22%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161302000.810.880.374.2677.935.49
HexA11E14051582544e23
Octal2413624012113045411643
Binary1010000111110101000101000110110001001011001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E14; }

 p { color: rgb(161,30,20); }

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

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

 a { background-color: rgb(161,30,20); }

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

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

 span { border-color: rgb(161,30,20); }

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