Shades of Fire Brick #AD1413
Tints of Fire Brick #AD1413
RGB
CMYK
RGB Variations
Color information
#AD1413 (or 0xAD1413) is known color: Fire Brick. HEX triplet: AD, 14 and 13. RGB value is (173,20,19). Sum of RGB (Red+Green+Blue) = 173+20+19=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1413 is #52EBEC. Grayscale: #414141. Windows color (decimal): -5434349 or 1250477. OLE color: 1250477.
HSL color Cylindrical-coordinate representation of color #AD1413: hue angle of 0.39º 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 #AD1413 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 19 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.32 |
| HSL | 0.39º | 0.8% | 0.38% | - |
| HSV(B) | 0.39º | 0.89% | 0.68% | - |
| XYZ | 17.6 | 9.43 | 1.51 | - |
| YUV | 65.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 19 | 0 | 0.88 | 0.89 | 0.32 | 0.39 | 0.8 | 0.38 |
| Hex | AD | 14 | 13 | 0 | 58 | 59 | 20 | 0 | 50 | 26 |
| Octal | 255 | 24 | 23 | 0 | 130 | 131 | 40 | 0 | 120 | 46 |
| Binary | 10101101 | 10100 | 10011 | 0 | 1011000 | 1011001 | 100000 | 0 | 1010000 | 100110 |
Color Harmonies of #AD1413
Complementary color
Monochromatic Colors of #AD1413
Black with #AD1413
Text Example
Text Example
White with #AD1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1413; }
p { color: rgb(173,20,19); }
H1.HeaderClassName
{
color: #AD1413;
}
.AnyTagClassName
{
color: #AD1413;
}
</style>
background-color css
<style>
a { background-color: #AD1413; }
a { background-color: rgb(173,20,19); }
div.DivClassName
{
background-color: #AD1413;
}
.BgClassName
{
background-color: #AD1413;
}
</style>
border-color css
<style>
span { border-color: #AD1413; }
span { border-color: rgb(173,20,19); }
td.TdClassName
{
border-color: #AD1413;
}
.TagClassName
{
border-color: #AD1413;
}
</style>