Shades of Fire Brick #AD290F
Tints of Fire Brick #AD290F
RGB
CMYK
RGB Variations
Color information
#AD290F (or 0xAD290F) is known color: Fire Brick. HEX triplet: AD, 29 and 0F. RGB value is (173,41,15). Sum of RGB (Red+Green+Blue) = 173+41+15=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD290F is #52D6F0. Grayscale: #4D4D4D. Windows color (decimal): -5428977 or 993709. OLE color: 993709.
HSL color Cylindrical-coordinate representation of color #AD290F: hue angle of 9.87º 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 #AD290F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 15 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.32 |
| HSL | 9.87º | 0.84% | 0.37% | - |
| HSV(B) | 9.87º | 0.91% | 0.68% | - |
| XYZ | 18.11 | 10.5 | 1.52 | - |
| YUV | 77.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 15 | 0 | 0.76 | 0.91 | 0.32 | 9.87 | 0.84 | 0.37 |
| Hex | AD | 29 | F | 0 | 4C | 5B | 20 | A | 54 | 25 |
| Octal | 255 | 51 | 17 | 0 | 114 | 133 | 40 | 12 | 124 | 45 |
| Binary | 10101101 | 101001 | 1111 | 0 | 1001100 | 1011011 | 100000 | 1010 | 1010100 | 100101 |
Color Harmonies of #AD290F
Complementary color
Monochromatic Colors of #AD290F
Black with #AD290F
Text Example
Text Example
White with #AD290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD290F; }
p { color: rgb(173,41,15); }
H1.HeaderClassName
{
color: #AD290F;
}
.AnyTagClassName
{
color: #AD290F;
}
</style>
background-color css
<style>
a { background-color: #AD290F; }
a { background-color: rgb(173,41,15); }
div.DivClassName
{
background-color: #AD290F;
}
.BgClassName
{
background-color: #AD290F;
}
</style>
border-color css
<style>
span { border-color: #AD290F; }
span { border-color: rgb(173,41,15); }
td.TdClassName
{
border-color: #AD290F;
}
.TagClassName
{
border-color: #AD290F;
}
</style>