Shades of Fire Brick #AD1F0E
Tints of Fire Brick #AD1F0E
RGB
CMYK
RGB Variations
Color information
#AD1F0E (or 0xAD1F0E) is known color: Fire Brick. HEX triplet: AD, 1F and 0E. RGB value is (173,31,14). Sum of RGB (Red+Green+Blue) = 173+31+14=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F0E is #52E0F1. Grayscale: #474747. Windows color (decimal): -5431538 or 925613. OLE color: 925613.
HSL color Cylindrical-coordinate representation of color #AD1F0E: hue angle of 6.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD1F0E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.32 |
| HSL | 6.42º | 0.85% | 0.37% | - |
| HSV(B) | 6.42º | 0.92% | 0.68% | - |
| XYZ | 17.8 | 9.9 | 1.39 | - |
| YUV | 71.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 14 | 0 | 0.82 | 0.92 | 0.32 | 6.42 | 0.85 | 0.37 |
| Hex | AD | 1F | E | 0 | 52 | 5C | 20 | 6 | 55 | 25 |
| Octal | 255 | 37 | 16 | 0 | 122 | 134 | 40 | 6 | 125 | 45 |
| Binary | 10101101 | 11111 | 1110 | 0 | 1010010 | 1011100 | 100000 | 110 | 1010101 | 100101 |
Color Harmonies of #AD1F0E
Complementary color
Monochromatic Colors of #AD1F0E
Black with #AD1F0E
Text Example
Text Example
White with #AD1F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F0E; }
p { color: rgb(173,31,14); }
H1.HeaderClassName
{
color: #AD1F0E;
}
.AnyTagClassName
{
color: #AD1F0E;
}
</style>
background-color css
<style>
a { background-color: #AD1F0E; }
a { background-color: rgb(173,31,14); }
div.DivClassName
{
background-color: #AD1F0E;
}
.BgClassName
{
background-color: #AD1F0E;
}
</style>
border-color css
<style>
span { border-color: #AD1F0E; }
span { border-color: rgb(173,31,14); }
td.TdClassName
{
border-color: #AD1F0E;
}
.TagClassName
{
border-color: #AD1F0E;
}
</style>