Shades of Fire Brick #AD1F0B
Tints of Fire Brick #AD1F0B
RGB
CMYK
RGB Variations
Color information
#AD1F0B (or 0xAD1F0B) is known color: Fire Brick. HEX triplet: AD, 1F and 0B. RGB value is (173,31,11). Sum of RGB (Red+Green+Blue) = 173+31+11=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F0B is #52E0F4. Grayscale: #474747. Windows color (decimal): -5431541 or 729005. OLE color: 729005.
HSL color Cylindrical-coordinate representation of color #AD1F0B: hue angle of 7.41º degrees, saturation: 0.88, 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 #AD1F0B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.32 |
| HSL | 7.41º | 0.88% | 0.36% | - |
| HSV(B) | 7.41º | 0.94% | 0.68% | - |
| XYZ | 17.78 | 9.89 | 1.29 | - |
| YUV | 71.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 11 | 0 | 0.82 | 0.94 | 0.32 | 7.41 | 0.88 | 0.36 |
| Hex | AD | 1F | B | 0 | 52 | 5E | 20 | 7 | 58 | 24 |
| Octal | 255 | 37 | 13 | 0 | 122 | 136 | 40 | 7 | 130 | 44 |
| Binary | 10101101 | 11111 | 1011 | 0 | 1010010 | 1011110 | 100000 | 111 | 1011000 | 100100 |
Color Harmonies of #AD1F0B
Complementary color
Monochromatic Colors of #AD1F0B
Black with #AD1F0B
Text Example
Text Example
White with #AD1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F0B; }
p { color: rgb(173,31,11); }
H1.HeaderClassName
{
color: #AD1F0B;
}
.AnyTagClassName
{
color: #AD1F0B;
}
</style>
background-color css
<style>
a { background-color: #AD1F0B; }
a { background-color: rgb(173,31,11); }
div.DivClassName
{
background-color: #AD1F0B;
}
.BgClassName
{
background-color: #AD1F0B;
}
</style>
border-color css
<style>
span { border-color: #AD1F0B; }
span { border-color: rgb(173,31,11); }
td.TdClassName
{
border-color: #AD1F0B;
}
.TagClassName
{
border-color: #AD1F0B;
}
</style>