Shades of Fire Brick #AB1510
Tints of Fire Brick #AB1510
RGB
CMYK
RGB Variations
Color information
#AB1510 (or 0xAB1510) is known color: Fire Brick. HEX triplet: AB, 15 and 10. RGB value is (171,21,16). Sum of RGB (Red+Green+Blue) = 171+21+16=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1510 is #54EAEF. Grayscale: #414141. Windows color (decimal): -5565168 or 1054123. OLE color: 1054123.
HSL color Cylindrical-coordinate representation of color #AB1510: hue angle of 1.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1510 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 16 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.33 |
| HSL | 1.94º | 0.83% | 0.37% | - |
| HSV(B) | 1.94º | 0.91% | 0.67% | - |
| XYZ | 17.16 | 9.23 | 1.37 | - |
| YUV | 65.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 16 | 0 | 0.88 | 0.91 | 0.33 | 1.94 | 0.83 | 0.37 |
| Hex | AB | 15 | 10 | 0 | 58 | 5B | 21 | 2 | 53 | 25 |
| Octal | 253 | 25 | 20 | 0 | 130 | 133 | 41 | 2 | 123 | 45 |
| Binary | 10101011 | 10101 | 10000 | 0 | 1011000 | 1011011 | 100001 | 10 | 1010011 | 100101 |
Color Harmonies of #AB1510
Complementary color
Monochromatic Colors of #AB1510
Black with #AB1510
Text Example
Text Example
White with #AB1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1510; }
p { color: rgb(171,21,16); }
H1.HeaderClassName
{
color: #AB1510;
}
.AnyTagClassName
{
color: #AB1510;
}
</style>
background-color css
<style>
a { background-color: #AB1510; }
a { background-color: rgb(171,21,16); }
div.DivClassName
{
background-color: #AB1510;
}
.BgClassName
{
background-color: #AB1510;
}
</style>
border-color css
<style>
span { border-color: #AB1510; }
span { border-color: rgb(171,21,16); }
td.TdClassName
{
border-color: #AB1510;
}
.TagClassName
{
border-color: #AB1510;
}
</style>