#AB2A16

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

Shades of Fire Brick #AB2A16

Tints of Fire Brick #AB2A16

Color information

#AB2A16 (or 0xAB2A16) is unknown color: approx Fire Brick. HEX triplet: AB, 2A and 16. RGB value is (171,42,22). Sum of RGB (Red+Green+Blue) = 171+42+22=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A16 is #54D5E9. Grayscale: #4E4E4E. Windows color (decimal): -5559786 or 1452715. OLE color: 1452715.

HSL color Cylindrical-coordinate representation of color #AB2A16: hue angle of 8.05º 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 #AB2A16 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1714222-
CMYK00.750.870.33
HSL8.05º77.2%37.84%-
HSV(B)8.05º87.13%67.06%-
XYZ17.7710.371.82-
YUV78.2996.24194.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.77%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=72.77%
G=17.87%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171422200.750.870.338.0577.237.84
HexAB2A1604B572184d26
Octal25352260113127411011546
Binary101010111010101011001001011101011110000110001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A16; }

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

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

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

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

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

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

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

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