Shades of Fire Brick #AD1F13
Tints of Fire Brick #AD1F13
RGB
CMYK
RGB Variations
Color information
#AD1F13 (or 0xAD1F13) is known color: Fire Brick. HEX triplet: AD, 1F and 13. RGB value is (173,31,19). Sum of RGB (Red+Green+Blue) = 173+31+19=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F13 is #52E0EC. Grayscale: #484848. Windows color (decimal): -5431533 or 1253293. OLE color: 1253293.
HSL color Cylindrical-coordinate representation of color #AD1F13: hue angle of 4.68º 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 #AD1F13 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 19 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.32 |
| HSL | 4.68º | 0.8% | 0.38% | - |
| HSV(B) | 4.68º | 0.89% | 0.68% | - |
| XYZ | 17.84 | 9.91 | 1.59 | - |
| YUV | 72.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 19 | 0 | 0.82 | 0.89 | 0.32 | 4.68 | 0.8 | 0.38 |
| Hex | AD | 1F | 13 | 0 | 52 | 59 | 20 | 5 | 50 | 26 |
| Octal | 255 | 37 | 23 | 0 | 122 | 131 | 40 | 5 | 120 | 46 |
| Binary | 10101101 | 11111 | 10011 | 0 | 1010010 | 1011001 | 100000 | 101 | 1010000 | 100110 |
Color Harmonies of #AD1F13
Complementary color
Monochromatic Colors of #AD1F13
Black with #AD1F13
Text Example
Text Example
White with #AD1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F13; }
p { color: rgb(173,31,19); }
H1.HeaderClassName
{
color: #AD1F13;
}
.AnyTagClassName
{
color: #AD1F13;
}
</style>
background-color css
<style>
a { background-color: #AD1F13; }
a { background-color: rgb(173,31,19); }
div.DivClassName
{
background-color: #AD1F13;
}
.BgClassName
{
background-color: #AD1F13;
}
</style>
border-color css
<style>
span { border-color: #AD1F13; }
span { border-color: rgb(173,31,19); }
td.TdClassName
{
border-color: #AD1F13;
}
.TagClassName
{
border-color: #AD1F13;
}
</style>