Shades of Fire Brick #AB281B
Tints of Fire Brick #AB281B
RGB
CMYK
RGB Variations
Color information
#AB281B (or 0xAB281B) is known color: Fire Brick. HEX triplet: AB, 28 and 1B. RGB value is (171,40,27). Sum of RGB (Red+Green+Blue) = 171+40+27=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB281B is #54D7E4. Grayscale: #4D4D4D. Windows color (decimal): -5560293 or 1779883. OLE color: 1779883.
HSL color Cylindrical-coordinate representation of color #AB281B: hue angle of 5.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB281B is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 27 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.33 |
| HSL | 5.42º | 0.73% | 0.39% | - |
| HSV(B) | 5.42º | 0.84% | 0.67% | - |
| XYZ | 17.75 | 10.25 | 2.08 | - |
| YUV | 77.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 27 | 0 | 0.77 | 0.84 | 0.33 | 5.42 | 0.73 | 0.39 |
| Hex | AB | 28 | 1B | 0 | 4D | 54 | 21 | 5 | 49 | 27 |
| Octal | 253 | 50 | 33 | 0 | 115 | 124 | 41 | 5 | 111 | 47 |
| Binary | 10101011 | 101000 | 11011 | 0 | 1001101 | 1010100 | 100001 | 101 | 1001001 | 100111 |
Color Harmonies of #AB281B
Complementary color
Monochromatic Colors of #AB281B
Black with #AB281B
Text Example
Text Example
White with #AB281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB281B; }
p { color: rgb(171,40,27); }
H1.HeaderClassName
{
color: #AB281B;
}
.AnyTagClassName
{
color: #AB281B;
}
</style>
background-color css
<style>
a { background-color: #AB281B; }
a { background-color: rgb(171,40,27); }
div.DivClassName
{
background-color: #AB281B;
}
.BgClassName
{
background-color: #AB281B;
}
</style>
border-color css
<style>
span { border-color: #AB281B; }
span { border-color: rgb(171,40,27); }
td.TdClassName
{
border-color: #AB281B;
}
.TagClassName
{
border-color: #AB281B;
}
</style>