#AB2A1B

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

Shades of Fire Brick #AB2A1B

Tints of Fire Brick #AB2A1B

Color information

#AB2A1B (or 0xAB2A1B) is unknown color: approx Fire Brick. HEX triplet: AB, 2A and 1B. RGB value is (171,42,27). Sum of RGB (Red+Green+Blue) = 171+42+27=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A1B is #54D5E4. Grayscale: #4F4F4F. Windows color (decimal): -5559781 or 1780395. OLE color: 1780395.

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

Color convert

RGB1714227-
CMYK00.750.840.33
HSL6.25º72.73%38.82%-
HSV(B)6.25º84.21%67.06%-
XYZ17.8210.392.1-
YUV78.8698.74193.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.25%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=71.25%
G=17.5%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171422700.750.840.336.2572.7338.82
HexAB2A1B04B542164927
Octal2535233011312441611147
Binary10101011101010110110100101110101001000011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A1B; }

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

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

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

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

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

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

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

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