Shades of Fire Brick #AD1F18
Tints of Fire Brick #AD1F18
RGB
CMYK
RGB Variations
Color information
#AD1F18 (or 0xAD1F18) is known color: Fire Brick. HEX triplet: AD, 1F and 18. RGB value is (173,31,24). Sum of RGB (Red+Green+Blue) = 173+31+24=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F18 is #52E0E7. Grayscale: #484848. Windows color (decimal): -5431528 or 1580973. OLE color: 1580973.
HSL color Cylindrical-coordinate representation of color #AD1F18: hue angle of 2.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1F18 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 24 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.32 |
| HSL | 2.82º | 0.76% | 0.39% | - |
| HSV(B) | 2.82º | 0.86% | 0.68% | - |
| XYZ | 17.89 | 9.93 | 1.84 | - |
| YUV | 72.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 24 | 0 | 0.82 | 0.86 | 0.32 | 2.82 | 0.76 | 0.39 |
| Hex | AD | 1F | 18 | 0 | 52 | 56 | 20 | 3 | 4C | 27 |
| Octal | 255 | 37 | 30 | 0 | 122 | 126 | 40 | 3 | 114 | 47 |
| Binary | 10101101 | 11111 | 11000 | 0 | 1010010 | 1010110 | 100000 | 11 | 1001100 | 100111 |
Color Harmonies of #AD1F18
Complementary color
Monochromatic Colors of #AD1F18
Black with #AD1F18
Text Example
Text Example
White with #AD1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F18; }
p { color: rgb(173,31,24); }
H1.HeaderClassName
{
color: #AD1F18;
}
.AnyTagClassName
{
color: #AD1F18;
}
</style>
background-color css
<style>
a { background-color: #AD1F18; }
a { background-color: rgb(173,31,24); }
div.DivClassName
{
background-color: #AD1F18;
}
.BgClassName
{
background-color: #AD1F18;
}
</style>
border-color css
<style>
span { border-color: #AD1F18; }
span { border-color: rgb(173,31,24); }
td.TdClassName
{
border-color: #AD1F18;
}
.TagClassName
{
border-color: #AD1F18;
}
</style>