#A11C14

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

Shades of Fire Brick #A11C14

Tints of Fire Brick #A11C14

Color information

#A11C14 (or 0xA11C14) is unknown color: approx Fire Brick. HEX triplet: A1, 1C and 14. RGB value is (161,28,20). Sum of RGB (Red+Green+Blue) = 161+28+20=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C14 is #5EE3EB. Grayscale: #434343. Windows color (decimal): -6218732 or 1318049. OLE color: 1318049.

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

Color convert

RGB1612820-
CMYK00.830.880.37
HSL3.4º77.9%35.49%-
HSV(B)3.4º87.58%63.14%-
XYZ15.248.461.49-
YUV66.85101.56195.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 77.03%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=77.03%
G=13.40%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161282000.830.880.373.477.935.49
HexA11C14053582534e23
Octal2413424012313045311643
Binary101000011110010100010100111011000100101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11C14; }

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

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

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

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

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

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

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

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