Shades of Fire Brick #AB2319
Tints of Fire Brick #AB2319
RGB
CMYK
RGB Variations
Color information
#AB2319 (or 0xAB2319) is known color: Fire Brick. HEX triplet: AB, 23 and 19. RGB value is (171,35,25). Sum of RGB (Red+Green+Blue) = 171+35+25=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2319 is #54DCE6. Grayscale: #4A4A4A. Windows color (decimal): -5561575 or 1647531. OLE color: 1647531.
HSL color Cylindrical-coordinate representation of color #AB2319: hue angle of 4.11º 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 #AB2319 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 25 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.33 |
| HSL | 4.11º | 0.74% | 0.38% | - |
| HSV(B) | 4.11º | 0.85% | 0.67% | - |
| XYZ | 17.57 | 9.93 | 1.91 | - |
| YUV | 74.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 25 | 0 | 0.80 | 0.85 | 0.33 | 4.11 | 0.74 | 0.38 |
| Hex | AB | 23 | 19 | 0 | 50 | 55 | 21 | 4 | 4A | 26 |
| Octal | 253 | 43 | 31 | 0 | 120 | 125 | 41 | 4 | 112 | 46 |
| Binary | 10101011 | 100011 | 11001 | 0 | 1010000 | 1010101 | 100001 | 100 | 1001010 | 100110 |
Color Harmonies of #AB2319
Complementary color
Monochromatic Colors of #AB2319
Black with #AB2319
Text Example
Text Example
White with #AB2319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2319; }
p { color: rgb(171,35,25); }
H1.HeaderClassName
{
color: #AB2319;
}
.AnyTagClassName
{
color: #AB2319;
}
</style>
background-color css
<style>
a { background-color: #AB2319; }
a { background-color: rgb(171,35,25); }
div.DivClassName
{
background-color: #AB2319;
}
.BgClassName
{
background-color: #AB2319;
}
</style>
border-color css
<style>
span { border-color: #AB2319; }
span { border-color: rgb(171,35,25); }
td.TdClassName
{
border-color: #AB2319;
}
.TagClassName
{
border-color: #AB2319;
}
</style>