Shades of Fire Brick #AB260B
Tints of Fire Brick #AB260B
RGB
CMYK
RGB Variations
Color information
#AB260B (or 0xAB260B) is known color: Fire Brick. HEX triplet: AB, 26 and 0B. RGB value is (171,38,11). Sum of RGB (Red+Green+Blue) = 171+38+11=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB260B is #54D9F4. Grayscale: #4A4A4A. Windows color (decimal): -5560821 or 730795. OLE color: 730795.
HSL color Cylindrical-coordinate representation of color #AB260B: hue angle of 10.12º 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 #AB260B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.33 |
| HSL | 10.13º | 0.88% | 0.36% | - |
| HSV(B) | 10.13º | 0.94% | 0.67% | - |
| XYZ | 17.55 | 10.07 | 1.34 | - |
| YUV | 74.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 11 | 0 | 0.78 | 0.94 | 0.33 | 10.13 | 0.88 | 0.36 |
| Hex | AB | 26 | B | 0 | 4E | 5E | 21 | A | 58 | 24 |
| Octal | 253 | 46 | 13 | 0 | 116 | 136 | 41 | 12 | 130 | 44 |
| Binary | 10101011 | 100110 | 1011 | 0 | 1001110 | 1011110 | 100001 | 1010 | 1011000 | 100100 |
Color Harmonies of #AB260B
Complementary color
Monochromatic Colors of #AB260B
Black with #AB260B
Text Example
Text Example
White with #AB260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB260B; }
p { color: rgb(171,38,11); }
H1.HeaderClassName
{
color: #AB260B;
}
.AnyTagClassName
{
color: #AB260B;
}
</style>
background-color css
<style>
a { background-color: #AB260B; }
a { background-color: rgb(171,38,11); }
div.DivClassName
{
background-color: #AB260B;
}
.BgClassName
{
background-color: #AB260B;
}
</style>
border-color css
<style>
span { border-color: #AB260B; }
span { border-color: rgb(171,38,11); }
td.TdClassName
{
border-color: #AB260B;
}
.TagClassName
{
border-color: #AB260B;
}
</style>