Shades of Fire Brick #A8150E
Tints of Fire Brick #A8150E
RGB
CMYK
RGB Variations
Color information
#A8150E (or 0xA8150E) is known color: Fire Brick. HEX triplet: A8, 15 and 0E. RGB value is (168,21,14). Sum of RGB (Red+Green+Blue) = 168+21+14=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A8150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8150E is #57EAF1. Grayscale: #404040. Windows color (decimal): -5761778 or 923048. OLE color: 923048.
HSL color Cylindrical-coordinate representation of color #A8150E: hue angle of 2.73º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.34 |
| HSL | 2.73º | 0.85% | 0.36% | - |
| HSV(B) | 2.73º | 0.92% | 0.66% | - |
| XYZ | 16.5 | 8.89 | 1.26 | - |
| YUV | 64.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 14 | 0 | 0.88 | 0.92 | 0.34 | 2.73 | 0.85 | 0.36 |
| Hex | A8 | 15 | E | 0 | 58 | 5C | 22 | 3 | 55 | 24 |
| Octal | 250 | 25 | 16 | 0 | 130 | 134 | 42 | 3 | 125 | 44 |
| Binary | 10101000 | 10101 | 1110 | 0 | 1011000 | 1011100 | 100010 | 11 | 1010101 | 100100 |
Color Harmonies of #A8150E
Complementary color
Monochromatic Colors of #A8150E
Black with #A8150E
Text Example
Text Example
White with #A8150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8150E; }
p { color: rgb(168,21,14); }
H1.HeaderClassName
{
color: #A8150E;
}
.AnyTagClassName
{
color: #A8150E;
}
</style>
background-color css
<style>
a { background-color: #A8150E; }
a { background-color: rgb(168,21,14); }
div.DivClassName
{
background-color: #A8150E;
}
.BgClassName
{
background-color: #A8150E;
}
</style>
border-color css
<style>
span { border-color: #A8150E; }
span { border-color: rgb(168,21,14); }
td.TdClassName
{
border-color: #A8150E;
}
.TagClassName
{
border-color: #A8150E;
}
</style>