Shades of Fire Brick #AD1D0F
Tints of Fire Brick #AD1D0F
RGB
CMYK
RGB Variations
Color information
#AD1D0F (or 0xAD1D0F) is known color: Fire Brick. HEX triplet: AD, 1D and 0F. RGB value is (173,29,15). Sum of RGB (Red+Green+Blue) = 173+29+15=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D0F is #52E2F0. Grayscale: #464646. Windows color (decimal): -5432049 or 990637. OLE color: 990637.
HSL color Cylindrical-coordinate representation of color #AD1D0F: hue angle of 5.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1D0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 15 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.32 |
| HSL | 5.32º | 0.84% | 0.37% | - |
| HSV(B) | 5.32º | 0.91% | 0.68% | - |
| XYZ | 17.76 | 9.8 | 1.41 | - |
| YUV | 70.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 15 | 0 | 0.83 | 0.91 | 0.32 | 5.32 | 0.84 | 0.37 |
| Hex | AD | 1D | F | 0 | 53 | 5B | 20 | 5 | 54 | 25 |
| Octal | 255 | 35 | 17 | 0 | 123 | 133 | 40 | 5 | 124 | 45 |
| Binary | 10101101 | 11101 | 1111 | 0 | 1010011 | 1011011 | 100000 | 101 | 1010100 | 100101 |
Color Harmonies of #AD1D0F
Complementary color
Monochromatic Colors of #AD1D0F
Black with #AD1D0F
Text Example
Text Example
White with #AD1D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D0F; }
p { color: rgb(173,29,15); }
H1.HeaderClassName
{
color: #AD1D0F;
}
.AnyTagClassName
{
color: #AD1D0F;
}
</style>
background-color css
<style>
a { background-color: #AD1D0F; }
a { background-color: rgb(173,29,15); }
div.DivClassName
{
background-color: #AD1D0F;
}
.BgClassName
{
background-color: #AD1D0F;
}
</style>
border-color css
<style>
span { border-color: #AD1D0F; }
span { border-color: rgb(173,29,15); }
td.TdClassName
{
border-color: #AD1D0F;
}
.TagClassName
{
border-color: #AD1D0F;
}
</style>