Shades of Fire Brick #AD1D13
Tints of Fire Brick #AD1D13
RGB
CMYK
RGB Variations
Color information
#AD1D13 (or 0xAD1D13) is known color: Fire Brick. HEX triplet: AD, 1D and 13. RGB value is (173,29,19). Sum of RGB (Red+Green+Blue) = 173+29+19=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D13 is #52E2EC. Grayscale: #474747. Windows color (decimal): -5432045 or 1252781. OLE color: 1252781.
HSL color Cylindrical-coordinate representation of color #AD1D13: hue angle of 3.9º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1D13 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 19 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.32 |
| HSL | 3.9º | 0.8% | 0.38% | - |
| HSV(B) | 3.9º | 0.89% | 0.68% | - |
| XYZ | 17.79 | 9.81 | 1.57 | - |
| YUV | 70.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 19 | 0 | 0.83 | 0.89 | 0.32 | 3.9 | 0.8 | 0.38 |
| Hex | AD | 1D | 13 | 0 | 53 | 59 | 20 | 4 | 50 | 26 |
| Octal | 255 | 35 | 23 | 0 | 123 | 131 | 40 | 4 | 120 | 46 |
| Binary | 10101101 | 11101 | 10011 | 0 | 1010011 | 1011001 | 100000 | 100 | 1010000 | 100110 |
Color Harmonies of #AD1D13
Complementary color
Monochromatic Colors of #AD1D13
Black with #AD1D13
Text Example
Text Example
White with #AD1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D13; }
p { color: rgb(173,29,19); }
H1.HeaderClassName
{
color: #AD1D13;
}
.AnyTagClassName
{
color: #AD1D13;
}
</style>
background-color css
<style>
a { background-color: #AD1D13; }
a { background-color: rgb(173,29,19); }
div.DivClassName
{
background-color: #AD1D13;
}
.BgClassName
{
background-color: #AD1D13;
}
</style>
border-color css
<style>
span { border-color: #AD1D13; }
span { border-color: rgb(173,29,19); }
td.TdClassName
{
border-color: #AD1D13;
}
.TagClassName
{
border-color: #AD1D13;
}
</style>