#AB2B20

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

Shades of Fire Brick #AB2B20

Tints of Fire Brick #AB2B20

Color information

#AB2B20 (or 0xAB2B20) is unknown color: approx Fire Brick. HEX triplet: AB, 2B and 20. RGB value is (171,43,32). Sum of RGB (Red+Green+Blue) = 171+43+32=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B20 is #54D4DF. Grayscale: #505050. Windows color (decimal): -5559520 or 2108331. OLE color: 2108331.

HSL color Cylindrical-coordinate representation of color #AB2B20: hue angle of 4.75º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2B20 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1714332-
CMYK00.750.810.33
HSL4.75º68.47%39.8%-
HSV(B)4.75º81.29%67.06%-
XYZ17.9210.492.45-
YUV80.02100.91192.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.51%
GREEN value IS 43 (17.19% from 255) = 17.48%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=69.51%
G=17.48%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171433200.750.810.334.7568.4739.8
HexAB2B2004B512154428
Octal2535340011312141510450
Binary101010111010111000000100101110100011000011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B20; }

 p { color: rgb(171,43,32); }

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

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

 a { background-color: rgb(171,43,32); }

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

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

 span { border-color: rgb(171,43,32); }

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