Shades of Fire Brick #AD1808
Tints of Fire Brick #AD1808
RGB
CMYK
RGB Variations
Color information
#AD1808 (or 0xAD1808) is known color: Fire Brick. HEX triplet: AD, 18 and 08. RGB value is (173,24,8). Sum of RGB (Red+Green+Blue) = 173+24+8=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1808 is #52E7F7. Grayscale: #424242. Windows color (decimal): -5433336 or 530605. OLE color: 530605.
HSL color Cylindrical-coordinate representation of color #AD1808: hue angle of 5.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1808 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 8 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.32 |
| HSL | 5.82º | 0.91% | 0.35% | - |
| HSV(B) | 5.82º | 0.95% | 0.68% | - |
| XYZ | 17.6 | 9.56 | 1.15 | - |
| YUV | 66.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 8 | 0 | 0.86 | 0.95 | 0.32 | 5.82 | 0.91 | 0.35 |
| Hex | AD | 18 | 8 | 0 | 56 | 5F | 20 | 6 | 5B | 23 |
| Octal | 255 | 30 | 10 | 0 | 126 | 137 | 40 | 6 | 133 | 43 |
| Binary | 10101101 | 11000 | 1000 | 0 | 1010110 | 1011111 | 100000 | 110 | 1011011 | 100011 |
Color Harmonies of #AD1808
Complementary color
Monochromatic Colors of #AD1808
Black with #AD1808
Text Example
Text Example
White with #AD1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1808; }
p { color: rgb(173,24,8); }
H1.HeaderClassName
{
color: #AD1808;
}
.AnyTagClassName
{
color: #AD1808;
}
</style>
background-color css
<style>
a { background-color: #AD1808; }
a { background-color: rgb(173,24,8); }
div.DivClassName
{
background-color: #AD1808;
}
.BgClassName
{
background-color: #AD1808;
}
</style>
border-color css
<style>
span { border-color: #AD1808; }
span { border-color: rgb(173,24,8); }
td.TdClassName
{
border-color: #AD1808;
}
.TagClassName
{
border-color: #AD1808;
}
</style>