#A11716

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

Shades of Fire Brick #A11716

Tints of Fire Brick #A11716

Color information

#A11716 (or 0xA11716) is unknown color: approx Fire Brick. HEX triplet: A1, 17 and 16. RGB value is (161,23,22). Sum of RGB (Red+Green+Blue) = 161+23+22=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A11716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11716 is #5EE8E9. Grayscale: #404040. Windows color (decimal): -6220010 or 1447841. OLE color: 1447841.

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

Color convert

RGB1612322-
CMYK00.860.860.37
HSL0.43º75.96%35.88%-
HSV(B)0.43º86.34%63.14%-
XYZ15.158.251.55-
YUV64.15104.22197.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.16%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=78.16%
G=11.17%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161232200.860.860.370.4375.9635.88
HexA11716056562504c24
Octal2412726012612645011444
Binary10100001101111011001010110101011010010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11716; }

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

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

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

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

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

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

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

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