Shades of Fire Brick #AB1D0B
Tints of Fire Brick #AB1D0B
RGB
CMYK
RGB Variations
Color information
#AB1D0B (or 0xAB1D0B) is known color: Fire Brick. HEX triplet: AB, 1D and 0B. RGB value is (171,29,11). Sum of RGB (Red+Green+Blue) = 171+29+11=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D0B is #54E2F4. Grayscale: #454545. Windows color (decimal): -5563125 or 728491. OLE color: 728491.
HSL color Cylindrical-coordinate representation of color #AB1D0B: hue angle of 6.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB1D0B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.33 |
| HSL | 6.75º | 0.88% | 0.36% | - |
| HSV(B) | 6.75º | 0.94% | 0.67% | - |
| XYZ | 17.29 | 9.56 | 1.25 | - |
| YUV | 69.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 11 | 0 | 0.83 | 0.94 | 0.33 | 6.75 | 0.88 | 0.36 |
| Hex | AB | 1D | B | 0 | 53 | 5E | 21 | 7 | 58 | 24 |
| Octal | 253 | 35 | 13 | 0 | 123 | 136 | 41 | 7 | 130 | 44 |
| Binary | 10101011 | 11101 | 1011 | 0 | 1010011 | 1011110 | 100001 | 111 | 1011000 | 100100 |
Color Harmonies of #AB1D0B
Complementary color
Monochromatic Colors of #AB1D0B
Black with #AB1D0B
Text Example
Text Example
White with #AB1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D0B; }
p { color: rgb(171,29,11); }
H1.HeaderClassName
{
color: #AB1D0B;
}
.AnyTagClassName
{
color: #AB1D0B;
}
</style>
background-color css
<style>
a { background-color: #AB1D0B; }
a { background-color: rgb(171,29,11); }
div.DivClassName
{
background-color: #AB1D0B;
}
.BgClassName
{
background-color: #AB1D0B;
}
</style>
border-color css
<style>
span { border-color: #AB1D0B; }
span { border-color: rgb(171,29,11); }
td.TdClassName
{
border-color: #AB1D0B;
}
.TagClassName
{
border-color: #AB1D0B;
}
</style>