Shades of Fire Brick #A81906
Tints of Fire Brick #A81906
RGB
CMYK
RGB Variations
Color information
#A81906 (or 0xA81906) is known color: Fire Brick. HEX triplet: A8, 19 and 06. RGB value is (168,25,6). Sum of RGB (Red+Green+Blue) = 168+25+6=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A81906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81906 is #57E6F9. Grayscale: #414141. Windows color (decimal): -5760762 or 399784. OLE color: 399784.
HSL color Cylindrical-coordinate representation of color #A81906: hue angle of 7.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A81906 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 6 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.34 |
| HSL | 7.04º | 0.93% | 0.34% | - |
| HSV(B) | 7.04º | 0.96% | 0.66% | - |
| XYZ | 16.53 | 9.03 | 1.04 | - |
| YUV | 65.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 6 | 0 | 0.85 | 0.96 | 0.34 | 7.04 | 0.93 | 0.34 |
| Hex | A8 | 19 | 6 | 0 | 55 | 60 | 22 | 7 | 5D | 22 |
| Octal | 250 | 31 | 6 | 0 | 125 | 140 | 42 | 7 | 135 | 42 |
| Binary | 10101000 | 11001 | 110 | 0 | 1010101 | 1100000 | 100010 | 111 | 1011101 | 100010 |
Color Harmonies of #A81906
Complementary color
Monochromatic Colors of #A81906
Black with #A81906
Text Example
Text Example
White with #A81906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81906; }
p { color: rgb(168,25,6); }
H1.HeaderClassName
{
color: #A81906;
}
.AnyTagClassName
{
color: #A81906;
}
</style>
background-color css
<style>
a { background-color: #A81906; }
a { background-color: rgb(168,25,6); }
div.DivClassName
{
background-color: #A81906;
}
.BgClassName
{
background-color: #A81906;
}
</style>
border-color css
<style>
span { border-color: #A81906; }
span { border-color: rgb(168,25,6); }
td.TdClassName
{
border-color: #A81906;
}
.TagClassName
{
border-color: #A81906;
}
</style>