Shades of Fire Brick #AB100E
Tints of Fire Brick #AB100E
RGB
CMYK
RGB Variations
Color information
#AB100E (or 0xAB100E) is known color: Fire Brick. HEX triplet: AB, 10 and 0E. RGB value is (171,16,14). Sum of RGB (Red+Green+Blue) = 171+16+14=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB100E is #54EFF1. Grayscale: #3E3E3E. Windows color (decimal): -5566450 or 921771. OLE color: 921771.
HSL color Cylindrical-coordinate representation of color #AB100E: hue angle of 0.76º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB100E is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 14 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.33 |
| HSL | 0.76º | 0.85% | 0.36% | - |
| HSV(B) | 0.76º | 0.92% | 0.67% | - |
| XYZ | 17.06 | 9.06 | 1.27 | - |
| YUV | 62.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 14 | 0 | 0.91 | 0.92 | 0.33 | 0.76 | 0.85 | 0.36 |
| Hex | AB | 10 | E | 0 | 5B | 5C | 21 | 1 | 55 | 24 |
| Octal | 253 | 20 | 16 | 0 | 133 | 134 | 41 | 1 | 125 | 44 |
| Binary | 10101011 | 10000 | 1110 | 0 | 1011011 | 1011100 | 100001 | 1 | 1010101 | 100100 |
Color Harmonies of #AB100E
Complementary color
Monochromatic Colors of #AB100E
Black with #AB100E
Text Example
Text Example
White with #AB100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB100E; }
p { color: rgb(171,16,14); }
H1.HeaderClassName
{
color: #AB100E;
}
.AnyTagClassName
{
color: #AB100E;
}
</style>
background-color css
<style>
a { background-color: #AB100E; }
a { background-color: rgb(171,16,14); }
div.DivClassName
{
background-color: #AB100E;
}
.BgClassName
{
background-color: #AB100E;
}
</style>
border-color css
<style>
span { border-color: #AB100E; }
span { border-color: rgb(171,16,14); }
td.TdClassName
{
border-color: #AB100E;
}
.TagClassName
{
border-color: #AB100E;
}
</style>