#AB2A11

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

Shades of Fire Brick #AB2A11

Tints of Fire Brick #AB2A11

Color information

#AB2A11 (or 0xAB2A11) is unknown color: approx Fire Brick. HEX triplet: AB, 2A and 11. RGB value is (171,42,17). Sum of RGB (Red+Green+Blue) = 171+42+17=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A11 is #54D5EE. Grayscale: #4D4D4D. Windows color (decimal): -5559791 or 1125035. OLE color: 1125035.

HSL color Cylindrical-coordinate representation of color #AB2A11: hue angle of 9.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB2A11 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1714217-
CMYK00.750.900.33
HSL9.74º81.91%36.86%-
HSV(B)9.74º90.06%67.06%-
XYZ17.7210.351.59-
YUV77.7293.74194.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.35%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=74.35%
G=18.26%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171421700.750.900.339.7481.9136.86
HexAB2A1104B5A21a5225
Octal25352210113132411212245
Binary101010111010101000101001011101101010000110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A11; }

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

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

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

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

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

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

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

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