Shades of Fire Brick #AD1D0D
Tints of Fire Brick #AD1D0D
RGB
CMYK
RGB Variations
Color information
#AD1D0D (or 0xAD1D0D) is known color: Fire Brick. HEX triplet: AD, 1D and 0D. RGB value is (173,29,13). Sum of RGB (Red+Green+Blue) = 173+29+13=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D0D is #52E2F2. Grayscale: #464646. Windows color (decimal): -5432051 or 859565. OLE color: 859565.
HSL color Cylindrical-coordinate representation of color #AD1D0D: hue angle of 6º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD1D0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 13 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.32 |
| HSL | 6º | 0.86% | 0.36% | - |
| HSV(B) | 6º | 0.92% | 0.68% | - |
| XYZ | 17.75 | 9.79 | 1.34 | - |
| YUV | 70.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 13 | 0 | 0.83 | 0.92 | 0.32 | 6 | 0.86 | 0.36 |
| Hex | AD | 1D | D | 0 | 53 | 5C | 20 | 6 | 56 | 24 |
| Octal | 255 | 35 | 15 | 0 | 123 | 134 | 40 | 6 | 126 | 44 |
| Binary | 10101101 | 11101 | 1101 | 0 | 1010011 | 1011100 | 100000 | 110 | 1010110 | 100100 |
Color Harmonies of #AD1D0D
Complementary color
Monochromatic Colors of #AD1D0D
Black with #AD1D0D
Text Example
Text Example
White with #AD1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D0D; }
p { color: rgb(173,29,13); }
H1.HeaderClassName
{
color: #AD1D0D;
}
.AnyTagClassName
{
color: #AD1D0D;
}
</style>
background-color css
<style>
a { background-color: #AD1D0D; }
a { background-color: rgb(173,29,13); }
div.DivClassName
{
background-color: #AD1D0D;
}
.BgClassName
{
background-color: #AD1D0D;
}
</style>
border-color css
<style>
span { border-color: #AD1D0D; }
span { border-color: rgb(173,29,13); }
td.TdClassName
{
border-color: #AD1D0D;
}
.TagClassName
{
border-color: #AD1D0D;
}
</style>