#A11712

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

Shades of Fire Brick #A11712

Tints of Fire Brick #A11712

Color information

#A11712 (or 0xA11712) is unknown color: approx Fire Brick. HEX triplet: A1, 17 and 12. RGB value is (161,23,18). Sum of RGB (Red+Green+Blue) = 161+23+18=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11712 is #5EE8ED. Grayscale: #3F3F3F. Windows color (decimal): -6220014 or 1185697. OLE color: 1185697.

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

Color convert

RGB1612318-
CMYK00.860.890.37
HSL2.1º79.89%35.1%-
HSV(B)2.1º88.82%63.14%-
XYZ15.118.231.36-
YUV63.69102.22197.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 79.70%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=79.70%
G=11.39%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161231800.860.890.372.179.8935.1
HexA11712056592525023
Octal2412722012613145212043
Binary101000011011110010010101101011001100101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11712; }

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

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

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

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

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

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

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

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