#AB2C16

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

Shades of Fire Brick #AB2C16

Tints of Fire Brick #AB2C16

Color information

#AB2C16 (or 0xAB2C16) is unknown color: approx Fire Brick. HEX triplet: AB, 2C and 16. RGB value is (171,44,22). Sum of RGB (Red+Green+Blue) = 171+44+22=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C16 is #54D3E9. Grayscale: #4F4F4F. Windows color (decimal): -5559274 or 1453227. OLE color: 1453227.

HSL color Cylindrical-coordinate representation of color #AB2C16: hue angle of 8.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB2C16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1714422-
CMYK00.740.870.33
HSL8.86º77.2%37.84%-
HSV(B)8.86º87.13%67.06%-
XYZ17.8410.521.85-
YUV79.4695.58193.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.15%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=72.15%
G=18.57%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171442200.740.870.338.8677.237.84
HexAB2C1604A572194d26
Octal25354260112127411111546
Binary101010111011001011001001010101011110000110011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C16; }

 p { color: rgb(171,44,22); }

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

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

 a { background-color: rgb(171,44,22); }

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

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

 span { border-color: rgb(171,44,22); }

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