Shades of Fire Brick #AD0F0F
Tints of Fire Brick #AD0F0F
RGB
CMYK
RGB Variations
Color information
#AD0F0F (or 0xAD0F0F) is known color: Fire Brick. HEX triplet: AD, 0F and 0F. RGB value is (173,15,15). Sum of RGB (Red+Green+Blue) = 173+15+15=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F0F is #52F0F0. Grayscale: #3E3E3E. Windows color (decimal): -5435633 or 987053. OLE color: 987053.
HSL color Cylindrical-coordinate representation of color #AD0F0F: hue angle of 0º 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 #AD0F0F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.32 |
| HSL | 0º | 0.84% | 0.37% | - |
| HSV(B) | 0º | 0.91% | 0.68% | - |
| XYZ | 17.49 | 9.26 | 1.32 | - |
| YUV | 62.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 15 | 0 | 0.91 | 0.91 | 0.32 | 0 | 0.84 | 0.37 |
| Hex | AD | F | F | 0 | 5B | 5B | 20 | 0 | 54 | 25 |
| Octal | 255 | 17 | 17 | 0 | 133 | 133 | 40 | 0 | 124 | 45 |
| Binary | 10101101 | 1111 | 1111 | 0 | 1011011 | 1011011 | 100000 | 0 | 1010100 | 100101 |
Color Harmonies of #AD0F0F
Complementary color
Monochromatic Colors of #AD0F0F
Black with #AD0F0F
Text Example
Text Example
White with #AD0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F0F; }
p { color: rgb(173,15,15); }
H1.HeaderClassName
{
color: #AD0F0F;
}
.AnyTagClassName
{
color: #AD0F0F;
}
</style>
background-color css
<style>
a { background-color: #AD0F0F; }
a { background-color: rgb(173,15,15); }
div.DivClassName
{
background-color: #AD0F0F;
}
.BgClassName
{
background-color: #AD0F0F;
}
</style>
border-color css
<style>
span { border-color: #AD0F0F; }
span { border-color: rgb(173,15,15); }
td.TdClassName
{
border-color: #AD0F0F;
}
.TagClassName
{
border-color: #AD0F0F;
}
</style>