#AB2420

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

Shades of Fire Brick #AB2420

Tints of Fire Brick #AB2420

Color information

#AB2420 (or 0xAB2420) is unknown color: approx Fire Brick. HEX triplet: AB, 24 and 20. RGB value is (171,36,32). Sum of RGB (Red+Green+Blue) = 171+36+32=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2420 is #54DBDF. Grayscale: #4C4C4C. Windows color (decimal): -5561312 or 2106539. OLE color: 2106539.

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

Color convert

RGB1713632-
CMYK00.790.810.33
HSL1.73º68.47%39.8%-
HSV(B)1.73º81.29%67.06%-
XYZ17.6910.022.37-
YUV75.91103.23195.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.55%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=71.55%
G=15.06%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171363200.790.810.331.7368.4739.8
HexAB242004F512124428
Octal2534440011712141210450
Binary10101011100100100000010011111010001100001101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2420; }

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

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

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

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

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

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

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

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