Shades of Fire Brick #AB150F
Tints of Fire Brick #AB150F
RGB
CMYK
RGB Variations
Color information
#AB150F (or 0xAB150F) is known color: Fire Brick. HEX triplet: AB, 15 and 0F. RGB value is (171,21,15). Sum of RGB (Red+Green+Blue) = 171+21+15=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB150F is #54EAF0. Grayscale: #414141. Windows color (decimal): -5565169 or 988587. OLE color: 988587.
HSL color Cylindrical-coordinate representation of color #AB150F: hue angle of 2.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB150F is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 15 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.33 |
| HSL | 2.31º | 0.84% | 0.36% | - |
| HSV(B) | 2.31º | 0.91% | 0.67% | - |
| XYZ | 17.15 | 9.23 | 1.33 | - |
| YUV | 65.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 15 | 0 | 0.88 | 0.91 | 0.33 | 2.31 | 0.84 | 0.36 |
| Hex | AB | 15 | F | 0 | 58 | 5B | 21 | 2 | 54 | 24 |
| Octal | 253 | 25 | 17 | 0 | 130 | 133 | 41 | 2 | 124 | 44 |
| Binary | 10101011 | 10101 | 1111 | 0 | 1011000 | 1011011 | 100001 | 10 | 1010100 | 100100 |
Color Harmonies of #AB150F
Complementary color
Monochromatic Colors of #AB150F
Black with #AB150F
Text Example
Text Example
White with #AB150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB150F; }
p { color: rgb(171,21,15); }
H1.HeaderClassName
{
color: #AB150F;
}
.AnyTagClassName
{
color: #AB150F;
}
</style>
background-color css
<style>
a { background-color: #AB150F; }
a { background-color: rgb(171,21,15); }
div.DivClassName
{
background-color: #AB150F;
}
.BgClassName
{
background-color: #AB150F;
}
</style>
border-color css
<style>
span { border-color: #AB150F; }
span { border-color: rgb(171,21,15); }
td.TdClassName
{
border-color: #AB150F;
}
.TagClassName
{
border-color: #AB150F;
}
</style>