#A11D0C

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

Shades of Fire Brick #A11D0C

Tints of Fire Brick #A11D0C

Color information

#A11D0C (or 0xA11D0C) is unknown color: approx Fire Brick. HEX triplet: A1, 1D and 0C. RGB value is (161,29,12). Sum of RGB (Red+Green+Blue) = 161+29+12=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D0C is #5EE2F3. Grayscale: #424242. Windows color (decimal): -6218484 or 794017. OLE color: 794017.

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

Color convert

RGB1612912-
CMYK00.820.930.37
HSL6.85º86.13%33.92%-
HSV(B)6.85º92.55%63.14%-
XYZ15.28.481.18-
YUV66.5397.23195.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 79.70%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=79.70%
G=14.36%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161291200.820.930.376.8586.1333.92
HexA11DC0525D2575622
Octal2413514012213545712642
Binary101000011110111000101001010111011001011111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D0C; }

 p { color: rgb(161,29,12); }

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

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

 a { background-color: rgb(161,29,12); }

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

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

 span { border-color: rgb(161,29,12); }

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