#AB2A19

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

Shades of Fire Brick #AB2A19

Tints of Fire Brick #AB2A19

Color information

#AB2A19 (or 0xAB2A19) is unknown color: approx Fire Brick. HEX triplet: AB, 2A and 19. RGB value is (171,42,25). Sum of RGB (Red+Green+Blue) = 171+42+25=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A19 is #54D5E6. Grayscale: #4E4E4E. Windows color (decimal): -5559783 or 1649323. OLE color: 1649323.

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

Color convert

RGB1714225-
CMYK00.750.850.33
HSL6.99º74.49%38.43%-
HSV(B)6.99º85.38%67.06%-
XYZ17.810.381.99-
YUV78.6397.74193.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.85%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=71.85%
G=17.65%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171422500.750.850.336.9974.4938.43
HexAB2A1904B552174a26
Octal2535231011312541711246
Binary10101011101010110010100101110101011000011111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A19; }

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

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

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

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

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

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

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

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