Shades of Fire Brick #AB261E
Tints of Fire Brick #AB261E
RGB
CMYK
RGB Variations
Color information
#AB261E (or 0xAB261E) is known color: Fire Brick. HEX triplet: AB, 26 and 1E. RGB value is (171,38,30). Sum of RGB (Red+Green+Blue) = 171+38+30=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB261E is #54D9E1. Grayscale: #4D4D4D. Windows color (decimal): -5560802 or 1975979. OLE color: 1975979.
HSL color Cylindrical-coordinate representation of color #AB261E: hue angle of 3.4º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB261E is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 30 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.33 |
| HSL | 3.4º | 0.7% | 0.39% | - |
| HSV(B) | 3.4º | 0.82% | 0.67% | - |
| XYZ | 17.72 | 10.14 | 2.25 | - |
| YUV | 76.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 30 | 0 | 0.78 | 0.82 | 0.33 | 3.4 | 0.7 | 0.39 |
| Hex | AB | 26 | 1E | 0 | 4E | 52 | 21 | 3 | 46 | 27 |
| Octal | 253 | 46 | 36 | 0 | 116 | 122 | 41 | 3 | 106 | 47 |
| Binary | 10101011 | 100110 | 11110 | 0 | 1001110 | 1010010 | 100001 | 11 | 1000110 | 100111 |
Color Harmonies of #AB261E
Complementary color
Monochromatic Colors of #AB261E
Black with #AB261E
Text Example
Text Example
White with #AB261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB261E; }
p { color: rgb(171,38,30); }
H1.HeaderClassName
{
color: #AB261E;
}
.AnyTagClassName
{
color: #AB261E;
}
</style>
background-color css
<style>
a { background-color: #AB261E; }
a { background-color: rgb(171,38,30); }
div.DivClassName
{
background-color: #AB261E;
}
.BgClassName
{
background-color: #AB261E;
}
</style>
border-color css
<style>
span { border-color: #AB261E; }
span { border-color: rgb(171,38,30); }
td.TdClassName
{
border-color: #AB261E;
}
.TagClassName
{
border-color: #AB261E;
}
</style>