Shades of Fire Brick #AD190F
Tints of Fire Brick #AD190F
RGB
CMYK
RGB Variations
Color information
#AD190F (or 0xAD190F) is known color: Fire Brick. HEX triplet: AD, 19 and 0F. RGB value is (173,25,15). Sum of RGB (Red+Green+Blue) = 173+25+15=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD190F is #52E6F0. Grayscale: #444444. Windows color (decimal): -5433073 or 989613. OLE color: 989613.
HSL color Cylindrical-coordinate representation of color #AD190F: hue angle of 3.8º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD190F is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 15 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.32 |
| HSL | 3.8º | 0.84% | 0.37% | - |
| HSV(B) | 3.8º | 0.91% | 0.68% | - |
| XYZ | 17.67 | 9.61 | 1.38 | - |
| YUV | 68.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 15 | 0 | 0.86 | 0.91 | 0.32 | 3.8 | 0.84 | 0.37 |
| Hex | AD | 19 | F | 0 | 56 | 5B | 20 | 4 | 54 | 25 |
| Octal | 255 | 31 | 17 | 0 | 126 | 133 | 40 | 4 | 124 | 45 |
| Binary | 10101101 | 11001 | 1111 | 0 | 1010110 | 1011011 | 100000 | 100 | 1010100 | 100101 |
Color Harmonies of #AD190F
Complementary color
Monochromatic Colors of #AD190F
Black with #AD190F
Text Example
Text Example
White with #AD190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD190F; }
p { color: rgb(173,25,15); }
H1.HeaderClassName
{
color: #AD190F;
}
.AnyTagClassName
{
color: #AD190F;
}
</style>
background-color css
<style>
a { background-color: #AD190F; }
a { background-color: rgb(173,25,15); }
div.DivClassName
{
background-color: #AD190F;
}
.BgClassName
{
background-color: #AD190F;
}
</style>
border-color css
<style>
span { border-color: #AD190F; }
span { border-color: rgb(173,25,15); }
td.TdClassName
{
border-color: #AD190F;
}
.TagClassName
{
border-color: #AD190F;
}
</style>