Shades of Fire Brick #AD190A
Tints of Fire Brick #AD190A
RGB
CMYK
RGB Variations
Color information
#AD190A (or 0xAD190A) is known color: Fire Brick. HEX triplet: AD, 19 and 0A. RGB value is (173,25,10). Sum of RGB (Red+Green+Blue) = 173+25+10=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD190A is #52E6F5. Grayscale: #434343. Windows color (decimal): -5433078 or 661933. OLE color: 661933.
HSL color Cylindrical-coordinate representation of color #AD190A: hue angle of 5.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD190A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 10 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.32 |
| HSL | 5.52º | 0.89% | 0.36% | - |
| HSV(B) | 5.52º | 0.94% | 0.68% | - |
| XYZ | 17.64 | 9.6 | 1.21 | - |
| YUV | 67.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 10 | 0 | 0.86 | 0.94 | 0.32 | 5.52 | 0.89 | 0.36 |
| Hex | AD | 19 | A | 0 | 56 | 5E | 20 | 6 | 59 | 24 |
| Octal | 255 | 31 | 12 | 0 | 126 | 136 | 40 | 6 | 131 | 44 |
| Binary | 10101101 | 11001 | 1010 | 0 | 1010110 | 1011110 | 100000 | 110 | 1011001 | 100100 |
Color Harmonies of #AD190A
Complementary color
Monochromatic Colors of #AD190A
Black with #AD190A
Text Example
Text Example
White with #AD190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD190A; }
p { color: rgb(173,25,10); }
H1.HeaderClassName
{
color: #AD190A;
}
.AnyTagClassName
{
color: #AD190A;
}
</style>
background-color css
<style>
a { background-color: #AD190A; }
a { background-color: rgb(173,25,10); }
div.DivClassName
{
background-color: #AD190A;
}
.BgClassName
{
background-color: #AD190A;
}
</style>
border-color css
<style>
span { border-color: #AD190A; }
span { border-color: rgb(173,25,10); }
td.TdClassName
{
border-color: #AD190A;
}
.TagClassName
{
border-color: #AD190A;
}
</style>