Shades of Fire Brick #AB2313
Tints of Fire Brick #AB2313
RGB
CMYK
RGB Variations
Color information
#AB2313 (or 0xAB2313) is known color: Fire Brick. HEX triplet: AB, 23 and 13. RGB value is (171,35,19). Sum of RGB (Red+Green+Blue) = 171+35+19=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2313 is #54DCEC. Grayscale: #4A4A4A. Windows color (decimal): -5561581 or 1254315. OLE color: 1254315.
HSL color Cylindrical-coordinate representation of color #AB2313: hue angle of 6.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB2313 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 19 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.33 |
| HSL | 6.32º | 0.8% | 0.37% | - |
| HSV(B) | 6.32º | 0.89% | 0.67% | - |
| XYZ | 17.51 | 9.91 | 1.61 | - |
| YUV | 73.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 19 | 0 | 0.80 | 0.89 | 0.33 | 6.32 | 0.8 | 0.37 |
| Hex | AB | 23 | 13 | 0 | 50 | 59 | 21 | 6 | 50 | 25 |
| Octal | 253 | 43 | 23 | 0 | 120 | 131 | 41 | 6 | 120 | 45 |
| Binary | 10101011 | 100011 | 10011 | 0 | 1010000 | 1011001 | 100001 | 110 | 1010000 | 100101 |
Color Harmonies of #AB2313
Complementary color
Monochromatic Colors of #AB2313
Black with #AB2313
Text Example
Text Example
White with #AB2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2313; }
p { color: rgb(171,35,19); }
H1.HeaderClassName
{
color: #AB2313;
}
.AnyTagClassName
{
color: #AB2313;
}
</style>
background-color css
<style>
a { background-color: #AB2313; }
a { background-color: rgb(171,35,19); }
div.DivClassName
{
background-color: #AB2313;
}
.BgClassName
{
background-color: #AB2313;
}
</style>
border-color css
<style>
span { border-color: #AB2313; }
span { border-color: rgb(171,35,19); }
td.TdClassName
{
border-color: #AB2313;
}
.TagClassName
{
border-color: #AB2313;
}
</style>