Shades of Fire Brick #AB1F10
Tints of Fire Brick #AB1F10
RGB
CMYK
RGB Variations
Color information
#AB1F10 (or 0xAB1F10) is known color: Fire Brick. HEX triplet: AB, 1F and 10. RGB value is (171,31,16). Sum of RGB (Red+Green+Blue) = 171+31+16=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F10 is #54E0EF. Grayscale: #474747. Windows color (decimal): -5562608 or 1056683. OLE color: 1056683.
HSL color Cylindrical-coordinate representation of color #AB1F10: hue angle of 5.81º 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 #AB1F10 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.33 |
| HSL | 5.81º | 0.83% | 0.37% | - |
| HSV(B) | 5.81º | 0.91% | 0.67% | - |
| XYZ | 17.38 | 9.68 | 1.44 | - |
| YUV | 71.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 16 | 0 | 0.82 | 0.91 | 0.33 | 5.81 | 0.83 | 0.37 |
| Hex | AB | 1F | 10 | 0 | 52 | 5B | 21 | 6 | 53 | 25 |
| Octal | 253 | 37 | 20 | 0 | 122 | 133 | 41 | 6 | 123 | 45 |
| Binary | 10101011 | 11111 | 10000 | 0 | 1010010 | 1011011 | 100001 | 110 | 1010011 | 100101 |
Color Harmonies of #AB1F10
Complementary color
Monochromatic Colors of #AB1F10
Black with #AB1F10
Text Example
Text Example
White with #AB1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F10; }
p { color: rgb(171,31,16); }
H1.HeaderClassName
{
color: #AB1F10;
}
.AnyTagClassName
{
color: #AB1F10;
}
</style>
background-color css
<style>
a { background-color: #AB1F10; }
a { background-color: rgb(171,31,16); }
div.DivClassName
{
background-color: #AB1F10;
}
.BgClassName
{
background-color: #AB1F10;
}
</style>
border-color css
<style>
span { border-color: #AB1F10; }
span { border-color: rgb(171,31,16); }
td.TdClassName
{
border-color: #AB1F10;
}
.TagClassName
{
border-color: #AB1F10;
}
</style>