Shades of Fire Brick #AB2B19
Tints of Fire Brick #AB2B19
RGB
CMYK
RGB Variations
Color information
#AB2B19 (or 0xAB2B19) is known color: Fire Brick. HEX triplet: AB, 2B and 19. RGB value is (171,43,25). Sum of RGB (Red+Green+Blue) = 171+43+25=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B19 is #54D4E6. Grayscale: #4F4F4F. Windows color (decimal): -5559527 or 1649579. OLE color: 1649579.
HSL color Cylindrical-coordinate representation of color #AB2B19: hue angle of 7.4º 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 #AB2B19 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 25 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.33 |
| HSL | 7.4º | 0.74% | 0.38% | - |
| HSV(B) | 7.4º | 0.85% | 0.67% | - |
| XYZ | 17.83 | 10.46 | 2 | - |
| YUV | 79.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 25 | 0 | 0.75 | 0.85 | 0.33 | 7.4 | 0.74 | 0.38 |
| Hex | AB | 2B | 19 | 0 | 4B | 55 | 21 | 7 | 4A | 26 |
| Octal | 253 | 53 | 31 | 0 | 113 | 125 | 41 | 7 | 112 | 46 |
| Binary | 10101011 | 101011 | 11001 | 0 | 1001011 | 1010101 | 100001 | 111 | 1001010 | 100110 |
Color Harmonies of #AB2B19
Complementary color
Monochromatic Colors of #AB2B19
Black with #AB2B19
Text Example
Text Example
White with #AB2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B19; }
p { color: rgb(171,43,25); }
H1.HeaderClassName
{
color: #AB2B19;
}
.AnyTagClassName
{
color: #AB2B19;
}
</style>
background-color css
<style>
a { background-color: #AB2B19; }
a { background-color: rgb(171,43,25); }
div.DivClassName
{
background-color: #AB2B19;
}
.BgClassName
{
background-color: #AB2B19;
}
</style>
border-color css
<style>
span { border-color: #AB2B19; }
span { border-color: rgb(171,43,25); }
td.TdClassName
{
border-color: #AB2B19;
}
.TagClassName
{
border-color: #AB2B19;
}
</style>