Shades of Fire Brick #AB1C06
Tints of Fire Brick #AB1C06
RGB
CMYK
RGB Variations
Color information
#AB1C06 (or 0xAB1C06) is known color: Fire Brick. HEX triplet: AB, 1C and 06. RGB value is (171,28,6). Sum of RGB (Red+Green+Blue) = 171+28+6=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C06 is #54E3F9. Grayscale: #444444. Windows color (decimal): -5563386 or 400555. OLE color: 400555.
HSL color Cylindrical-coordinate representation of color #AB1C06: hue angle of 8º 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 #AB1C06 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 6 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.33 |
| HSL | 8º | 0.93% | 0.35% | - |
| HSV(B) | 8º | 0.96% | 0.67% | - |
| XYZ | 17.24 | 9.5 | 1.1 | - |
| YUV | 68.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 6 | 0 | 0.84 | 0.96 | 0.33 | 8 | 0.93 | 0.35 |
| Hex | AB | 1C | 6 | 0 | 54 | 60 | 21 | 8 | 5D | 23 |
| Octal | 253 | 34 | 6 | 0 | 124 | 140 | 41 | 10 | 135 | 43 |
| Binary | 10101011 | 11100 | 110 | 0 | 1010100 | 1100000 | 100001 | 1000 | 1011101 | 100011 |
Color Harmonies of #AB1C06
Complementary color
Monochromatic Colors of #AB1C06
Black with #AB1C06
Text Example
Text Example
White with #AB1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C06; }
p { color: rgb(171,28,6); }
H1.HeaderClassName
{
color: #AB1C06;
}
.AnyTagClassName
{
color: #AB1C06;
}
</style>
background-color css
<style>
a { background-color: #AB1C06; }
a { background-color: rgb(171,28,6); }
div.DivClassName
{
background-color: #AB1C06;
}
.BgClassName
{
background-color: #AB1C06;
}
</style>
border-color css
<style>
span { border-color: #AB1C06; }
span { border-color: rgb(171,28,6); }
td.TdClassName
{
border-color: #AB1C06;
}
.TagClassName
{
border-color: #AB1C06;
}
</style>