Shades of Fire Brick #AD1709
Tints of Fire Brick #AD1709
RGB
CMYK
RGB Variations
Color information
#AD1709 (or 0xAD1709) is known color: Fire Brick. HEX triplet: AD, 17 and 09. RGB value is (173,23,9). Sum of RGB (Red+Green+Blue) = 173+23+9=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1709 is #52E8F6. Grayscale: #424242. Windows color (decimal): -5433591 or 595885. OLE color: 595885.
HSL color Cylindrical-coordinate representation of color #AD1709: hue angle of 5.12º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1709 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 9 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.32 |
| HSL | 5.12º | 0.9% | 0.36% | - |
| HSV(B) | 5.12º | 0.95% | 0.68% | - |
| XYZ | 17.59 | 9.52 | 1.17 | - |
| YUV | 66.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 9 | 0 | 0.87 | 0.95 | 0.32 | 5.12 | 0.9 | 0.36 |
| Hex | AD | 17 | 9 | 0 | 57 | 5F | 20 | 5 | 5A | 24 |
| Octal | 255 | 27 | 11 | 0 | 127 | 137 | 40 | 5 | 132 | 44 |
| Binary | 10101101 | 10111 | 1001 | 0 | 1010111 | 1011111 | 100000 | 101 | 1011010 | 100100 |
Color Harmonies of #AD1709
Complementary color
Monochromatic Colors of #AD1709
Black with #AD1709
Text Example
Text Example
White with #AD1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1709; }
p { color: rgb(173,23,9); }
H1.HeaderClassName
{
color: #AD1709;
}
.AnyTagClassName
{
color: #AD1709;
}
</style>
background-color css
<style>
a { background-color: #AD1709; }
a { background-color: rgb(173,23,9); }
div.DivClassName
{
background-color: #AD1709;
}
.BgClassName
{
background-color: #AD1709;
}
</style>
border-color css
<style>
span { border-color: #AD1709; }
span { border-color: rgb(173,23,9); }
td.TdClassName
{
border-color: #AD1709;
}
.TagClassName
{
border-color: #AD1709;
}
</style>