Shades of Fire Brick #AD1609
Tints of Fire Brick #AD1609
RGB
CMYK
RGB Variations
Color information
#AD1609 (or 0xAD1609) is known color: Fire Brick. HEX triplet: AD, 16 and 09. RGB value is (173,22,9). Sum of RGB (Red+Green+Blue) = 173+22+9=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1609 is #52E9F6. Grayscale: #414141. Windows color (decimal): -5433847 or 595629. OLE color: 595629.
HSL color Cylindrical-coordinate representation of color #AD1609: hue angle of 4.76º 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 #AD1609 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 9 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.32 |
| HSL | 4.76º | 0.9% | 0.36% | - |
| HSV(B) | 4.76º | 0.95% | 0.68% | - |
| XYZ | 17.57 | 9.48 | 1.16 | - |
| YUV | 65.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 9 | 0 | 0.87 | 0.95 | 0.32 | 4.76 | 0.9 | 0.36 |
| Hex | AD | 16 | 9 | 0 | 57 | 5F | 20 | 5 | 5A | 24 |
| Octal | 255 | 26 | 11 | 0 | 127 | 137 | 40 | 5 | 132 | 44 |
| Binary | 10101101 | 10110 | 1001 | 0 | 1010111 | 1011111 | 100000 | 101 | 1011010 | 100100 |
Color Harmonies of #AD1609
Complementary color
Monochromatic Colors of #AD1609
Black with #AD1609
Text Example
Text Example
White with #AD1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1609; }
p { color: rgb(173,22,9); }
H1.HeaderClassName
{
color: #AD1609;
}
.AnyTagClassName
{
color: #AD1609;
}
</style>
background-color css
<style>
a { background-color: #AD1609; }
a { background-color: rgb(173,22,9); }
div.DivClassName
{
background-color: #AD1609;
}
.BgClassName
{
background-color: #AD1609;
}
</style>
border-color css
<style>
span { border-color: #AD1609; }
span { border-color: rgb(173,22,9); }
td.TdClassName
{
border-color: #AD1609;
}
.TagClassName
{
border-color: #AD1609;
}
</style>