Shades of Fire Brick #AD1F16
Tints of Fire Brick #AD1F16
RGB
CMYK
RGB Variations
Color information
#AD1F16 (or 0xAD1F16) is known color: Fire Brick. HEX triplet: AD, 1F and 16. RGB value is (173,31,22). Sum of RGB (Red+Green+Blue) = 173+31+22=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F16 is #52E0E9. Grayscale: #484848. Windows color (decimal): -5431530 or 1449901. OLE color: 1449901.
HSL color Cylindrical-coordinate representation of color #AD1F16: hue angle of 3.58º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1F16 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 22 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.32 |
| HSL | 3.58º | 0.77% | 0.38% | - |
| HSV(B) | 3.58º | 0.87% | 0.68% | - |
| XYZ | 17.87 | 9.92 | 1.73 | - |
| YUV | 72.43 | 99.54 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 22 | 0 | 0.82 | 0.87 | 0.32 | 3.58 | 0.77 | 0.38 |
| Hex | AD | 1F | 16 | 0 | 52 | 57 | 20 | 4 | 4D | 26 |
| Octal | 255 | 37 | 26 | 0 | 122 | 127 | 40 | 4 | 115 | 46 |
| Binary | 10101101 | 11111 | 10110 | 0 | 1010010 | 1010111 | 100000 | 100 | 1001101 | 100110 |
Color Harmonies of #AD1F16
Complementary color
Monochromatic Colors of #AD1F16
Black with #AD1F16
Text Example
Text Example
White with #AD1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F16; }
p { color: rgb(173,31,22); }
H1.HeaderClassName
{
color: #AD1F16;
}
.AnyTagClassName
{
color: #AD1F16;
}
</style>
background-color css
<style>
a { background-color: #AD1F16; }
a { background-color: rgb(173,31,22); }
div.DivClassName
{
background-color: #AD1F16;
}
.BgClassName
{
background-color: #AD1F16;
}
</style>
border-color css
<style>
span { border-color: #AD1F16; }
span { border-color: rgb(173,31,22); }
td.TdClassName
{
border-color: #AD1F16;
}
.TagClassName
{
border-color: #AD1F16;
}
</style>