Shades of Fire Brick #AB260E
Tints of Fire Brick #AB260E
RGB
CMYK
RGB Variations
Color information
#AB260E (or 0xAB260E) is known color: Fire Brick. HEX triplet: AB, 26 and 0E. RGB value is (171,38,14). Sum of RGB (Red+Green+Blue) = 171+38+14=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB260E is #54D9F1. Grayscale: #4B4B4B. Windows color (decimal): -5560818 or 927403. OLE color: 927403.
HSL color Cylindrical-coordinate representation of color #AB260E: hue angle of 9.17º 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 #AB260E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 14 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.33 |
| HSL | 9.17º | 0.85% | 0.36% | - |
| HSV(B) | 9.17º | 0.92% | 0.67% | - |
| XYZ | 17.57 | 10.08 | 1.43 | - |
| YUV | 75.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 14 | 0 | 0.78 | 0.92 | 0.33 | 9.17 | 0.85 | 0.36 |
| Hex | AB | 26 | E | 0 | 4E | 5C | 21 | 9 | 55 | 24 |
| Octal | 253 | 46 | 16 | 0 | 116 | 134 | 41 | 11 | 125 | 44 |
| Binary | 10101011 | 100110 | 1110 | 0 | 1001110 | 1011100 | 100001 | 1001 | 1010101 | 100100 |
Color Harmonies of #AB260E
Complementary color
Monochromatic Colors of #AB260E
Black with #AB260E
Text Example
Text Example
White with #AB260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB260E; }
p { color: rgb(171,38,14); }
H1.HeaderClassName
{
color: #AB260E;
}
.AnyTagClassName
{
color: #AB260E;
}
</style>
background-color css
<style>
a { background-color: #AB260E; }
a { background-color: rgb(171,38,14); }
div.DivClassName
{
background-color: #AB260E;
}
.BgClassName
{
background-color: #AB260E;
}
</style>
border-color css
<style>
span { border-color: #AB260E; }
span { border-color: rgb(171,38,14); }
td.TdClassName
{
border-color: #AB260E;
}
.TagClassName
{
border-color: #AB260E;
}
</style>