Shades of Fire Brick #AB2713
Tints of Fire Brick #AB2713
RGB
CMYK
RGB Variations
Color information
#AB2713 (or 0xAB2713) is known color: Fire Brick. HEX triplet: AB, 27 and 13. RGB value is (171,39,19). Sum of RGB (Red+Green+Blue) = 171+39+19=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2713 is #54D8EC. Grayscale: #4C4C4C. Windows color (decimal): -5560557 or 1255339. OLE color: 1255339.
HSL color Cylindrical-coordinate representation of color #AB2713: hue angle of 7.89º 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 #AB2713 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 19 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.33 |
| HSL | 7.89º | 0.8% | 0.37% | - |
| HSV(B) | 7.89º | 0.89% | 0.67% | - |
| XYZ | 17.64 | 10.16 | 1.65 | - |
| YUV | 76.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 19 | 0 | 0.77 | 0.89 | 0.33 | 7.89 | 0.8 | 0.37 |
| Hex | AB | 27 | 13 | 0 | 4D | 59 | 21 | 8 | 50 | 25 |
| Octal | 253 | 47 | 23 | 0 | 115 | 131 | 41 | 10 | 120 | 45 |
| Binary | 10101011 | 100111 | 10011 | 0 | 1001101 | 1011001 | 100001 | 1000 | 1010000 | 100101 |
Color Harmonies of #AB2713
Complementary color
Monochromatic Colors of #AB2713
Black with #AB2713
Text Example
Text Example
White with #AB2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2713; }
p { color: rgb(171,39,19); }
H1.HeaderClassName
{
color: #AB2713;
}
.AnyTagClassName
{
color: #AB2713;
}
</style>
background-color css
<style>
a { background-color: #AB2713; }
a { background-color: rgb(171,39,19); }
div.DivClassName
{
background-color: #AB2713;
}
.BgClassName
{
background-color: #AB2713;
}
</style>
border-color css
<style>
span { border-color: #AB2713; }
span { border-color: rgb(171,39,19); }
td.TdClassName
{
border-color: #AB2713;
}
.TagClassName
{
border-color: #AB2713;
}
</style>