#A11C18

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

Shades of Fire Brick #A11C18

Tints of Fire Brick #A11C18

Color information

#A11C18 (or 0xA11C18) is unknown color: approx Fire Brick. HEX triplet: A1, 1C and 18. RGB value is (161,28,24). Sum of RGB (Red+Green+Blue) = 161+28+24=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C18 is #5EE3E7. Grayscale: #434343. Windows color (decimal): -6218728 or 1580193. OLE color: 1580193.

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

Color convert

RGB1612824-
CMYK00.830.850.37
HSL1.75º74.05%36.27%-
HSV(B)1.75º85.09%63.14%-
XYZ15.288.471.69-
YUV67.31103.56194.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.59%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=75.59%
G=13.15%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161282400.830.850.371.7574.0536.27
HexA11C18053552524a24
Octal2413430012312545211244
Binary101000011110011000010100111010101100101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11C18; }

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

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

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

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

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

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

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

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