#AB2D19

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

Shades of Fire Brick #AB2D19

Tints of Fire Brick #AB2D19

Color information

#AB2D19 (or 0xAB2D19) is unknown color: approx Fire Brick. HEX triplet: AB, 2D and 19. RGB value is (171,45,25). Sum of RGB (Red+Green+Blue) = 171+45+25=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D19 is #54D2E6. Grayscale: #505050. Windows color (decimal): -5559015 or 1650091. OLE color: 1650091.

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

Color convert

RGB1714525-
CMYK00.740.850.33
HSL8.22º74.49%38.43%-
HSV(B)8.22º85.38%67.06%-
XYZ17.9110.62.02-
YUV80.3996.74192.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=70.95%
G=18.67%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171452500.740.850.338.2274.4938.43
HexAB2D1904A552184a26
Octal25355310112125411011246
Binary101010111011011100101001010101010110000110001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2D19; }

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

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

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

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

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

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

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

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