#A11B12

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

Shades of Fire Brick #A11B12

Tints of Fire Brick #A11B12

Color information

#A11B12 (or 0xA11B12) is unknown color: approx Fire Brick. HEX triplet: A1, 1B and 12. RGB value is (161,27,18). Sum of RGB (Red+Green+Blue) = 161+27+18=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11B12 is #5EE4ED. Grayscale: #424242. Windows color (decimal): -6218990 or 1186721. OLE color: 1186721.

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

Color convert

RGB1612718-
CMYK00.830.890.37
HSL3.78º79.89%35.1%-
HSV(B)3.78º88.82%63.14%-
XYZ15.28.41.39-
YUV66.04100.89195.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.16%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=78.16%
G=13.11%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161271800.830.890.373.7879.8935.1
HexA11B12053592545023
Octal2413322012313145412043
Binary1010000111011100100101001110110011001011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B12; }

 p { color: rgb(161,27,18); }

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

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

 a { background-color: rgb(161,27,18); }

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

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

 span { border-color: rgb(161,27,18); }

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