Shades of Fire Brick #AD1E0C
Tints of Fire Brick #AD1E0C
RGB
CMYK
RGB Variations
Color information
#AD1E0C (or 0xAD1E0C) is known color: Fire Brick. HEX triplet: AD, 1E and 0C. RGB value is (173,30,12). Sum of RGB (Red+Green+Blue) = 173+30+12=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E0C is #52E1F3. Grayscale: #464646. Windows color (decimal): -5431796 or 794285. OLE color: 794285.
HSL color Cylindrical-coordinate representation of color #AD1E0C: hue angle of 6.71º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD1E0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.32 |
| HSL | 6.71º | 0.87% | 0.36% | - |
| HSV(B) | 6.71º | 0.93% | 0.68% | - |
| XYZ | 17.76 | 9.84 | 1.31 | - |
| YUV | 70.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 12 | 0 | 0.83 | 0.93 | 0.32 | 6.71 | 0.87 | 0.36 |
| Hex | AD | 1E | C | 0 | 53 | 5D | 20 | 7 | 57 | 24 |
| Octal | 255 | 36 | 14 | 0 | 123 | 135 | 40 | 7 | 127 | 44 |
| Binary | 10101101 | 11110 | 1100 | 0 | 1010011 | 1011101 | 100000 | 111 | 1010111 | 100100 |
Color Harmonies of #AD1E0C
Complementary color
Monochromatic Colors of #AD1E0C
Black with #AD1E0C
Text Example
Text Example
White with #AD1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E0C; }
p { color: rgb(173,30,12); }
H1.HeaderClassName
{
color: #AD1E0C;
}
.AnyTagClassName
{
color: #AD1E0C;
}
</style>
background-color css
<style>
a { background-color: #AD1E0C; }
a { background-color: rgb(173,30,12); }
div.DivClassName
{
background-color: #AD1E0C;
}
.BgClassName
{
background-color: #AD1E0C;
}
</style>
border-color css
<style>
span { border-color: #AD1E0C; }
span { border-color: rgb(173,30,12); }
td.TdClassName
{
border-color: #AD1E0C;
}
.TagClassName
{
border-color: #AD1E0C;
}
</style>