Shades of Fire Brick #AB150D
Tints of Fire Brick #AB150D
RGB
CMYK
RGB Variations
Color information
#AB150D (or 0xAB150D) is known color: Fire Brick. HEX triplet: AB, 15 and 0D. RGB value is (171,21,13). Sum of RGB (Red+Green+Blue) = 171+21+13=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB150D is #54EAF2. Grayscale: #414141. Windows color (decimal): -5565171 or 857515. OLE color: 857515.
HSL color Cylindrical-coordinate representation of color #AB150D: hue angle of 3.04º degrees, saturation: 0.86, 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 #AB150D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.33 |
| HSL | 3.04º | 0.86% | 0.36% | - |
| HSV(B) | 3.04º | 0.92% | 0.67% | - |
| XYZ | 17.14 | 9.22 | 1.26 | - |
| YUV | 64.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 13 | 0 | 0.88 | 0.92 | 0.33 | 3.04 | 0.86 | 0.36 |
| Hex | AB | 15 | D | 0 | 58 | 5C | 21 | 3 | 56 | 24 |
| Octal | 253 | 25 | 15 | 0 | 130 | 134 | 41 | 3 | 126 | 44 |
| Binary | 10101011 | 10101 | 1101 | 0 | 1011000 | 1011100 | 100001 | 11 | 1010110 | 100100 |
Color Harmonies of #AB150D
Complementary color
Monochromatic Colors of #AB150D
Black with #AB150D
Text Example
Text Example
White with #AB150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB150D; }
p { color: rgb(171,21,13); }
H1.HeaderClassName
{
color: #AB150D;
}
.AnyTagClassName
{
color: #AB150D;
}
</style>
background-color css
<style>
a { background-color: #AB150D; }
a { background-color: rgb(171,21,13); }
div.DivClassName
{
background-color: #AB150D;
}
.BgClassName
{
background-color: #AB150D;
}
</style>
border-color css
<style>
span { border-color: #AB150D; }
span { border-color: rgb(171,21,13); }
td.TdClassName
{
border-color: #AB150D;
}
.TagClassName
{
border-color: #AB150D;
}
</style>