Shades of Fire Brick #AB1F06
Tints of Fire Brick #AB1F06
RGB
CMYK
RGB Variations
Color information
#AB1F06 (or 0xAB1F06) is known color: Fire Brick. HEX triplet: AB, 1F and 06. RGB value is (171,31,6). Sum of RGB (Red+Green+Blue) = 171+31+6=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F06 is #54E0F9. Grayscale: #464646. Windows color (decimal): -5562618 or 401323. OLE color: 401323.
HSL color Cylindrical-coordinate representation of color #AB1F06: hue angle of 9.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB1F06 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 6 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.33 |
| HSL | 9.09º | 0.93% | 0.35% | - |
| HSV(B) | 9.09º | 0.96% | 0.67% | - |
| XYZ | 17.32 | 9.65 | 1.12 | - |
| YUV | 70.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 6 | 0 | 0.82 | 0.96 | 0.33 | 9.09 | 0.93 | 0.35 |
| Hex | AB | 1F | 6 | 0 | 52 | 60 | 21 | 9 | 5D | 23 |
| Octal | 253 | 37 | 6 | 0 | 122 | 140 | 41 | 11 | 135 | 43 |
| Binary | 10101011 | 11111 | 110 | 0 | 1010010 | 1100000 | 100001 | 1001 | 1011101 | 100011 |
Color Harmonies of #AB1F06
Complementary color
Monochromatic Colors of #AB1F06
Black with #AB1F06
Text Example
Text Example
White with #AB1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F06; }
p { color: rgb(171,31,6); }
H1.HeaderClassName
{
color: #AB1F06;
}
.AnyTagClassName
{
color: #AB1F06;
}
</style>
background-color css
<style>
a { background-color: #AB1F06; }
a { background-color: rgb(171,31,6); }
div.DivClassName
{
background-color: #AB1F06;
}
.BgClassName
{
background-color: #AB1F06;
}
</style>
border-color css
<style>
span { border-color: #AB1F06; }
span { border-color: rgb(171,31,6); }
td.TdClassName
{
border-color: #AB1F06;
}
.TagClassName
{
border-color: #AB1F06;
}
</style>