Shades of Fire Brick #AB280C
Tints of Fire Brick #AB280C
RGB
CMYK
RGB Variations
Color information
#AB280C (or 0xAB280C) is known color: Fire Brick. HEX triplet: AB, 28 and 0C. RGB value is (171,40,12). Sum of RGB (Red+Green+Blue) = 171+40+12=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB280C is #54D7F3. Grayscale: #4C4C4C. Windows color (decimal): -5560308 or 796843. OLE color: 796843.
HSL color Cylindrical-coordinate representation of color #AB280C: hue angle of 10.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB280C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 12 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.33 |
| HSL | 10.57º | 0.87% | 0.36% | - |
| HSV(B) | 10.57º | 0.93% | 0.67% | - |
| XYZ | 17.62 | 10.2 | 1.39 | - |
| YUV | 75.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 12 | 0 | 0.77 | 0.93 | 0.33 | 10.57 | 0.87 | 0.36 |
| Hex | AB | 28 | C | 0 | 4D | 5D | 21 | B | 57 | 24 |
| Octal | 253 | 50 | 14 | 0 | 115 | 135 | 41 | 13 | 127 | 44 |
| Binary | 10101011 | 101000 | 1100 | 0 | 1001101 | 1011101 | 100001 | 1011 | 1010111 | 100100 |
Color Harmonies of #AB280C
Complementary color
Monochromatic Colors of #AB280C
Black with #AB280C
Text Example
Text Example
White with #AB280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB280C; }
p { color: rgb(171,40,12); }
H1.HeaderClassName
{
color: #AB280C;
}
.AnyTagClassName
{
color: #AB280C;
}
</style>
background-color css
<style>
a { background-color: #AB280C; }
a { background-color: rgb(171,40,12); }
div.DivClassName
{
background-color: #AB280C;
}
.BgClassName
{
background-color: #AB280C;
}
</style>
border-color css
<style>
span { border-color: #AB280C; }
span { border-color: rgb(171,40,12); }
td.TdClassName
{
border-color: #AB280C;
}
.TagClassName
{
border-color: #AB280C;
}
</style>