Shades of Fire Brick #AD1C09
Tints of Fire Brick #AD1C09
RGB
CMYK
RGB Variations
Color information
#AD1C09 (or 0xAD1C09) is known color: Fire Brick. HEX triplet: AD, 1C and 09. RGB value is (173,28,9). Sum of RGB (Red+Green+Blue) = 173+28+9=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C09 is #52E3F6. Grayscale: #454545. Windows color (decimal): -5432311 or 597165. OLE color: 597165.
HSL color Cylindrical-coordinate representation of color #AD1C09: hue angle of 6.95º 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 #AD1C09 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.32 |
| HSL | 6.95º | 0.9% | 0.36% | - |
| HSV(B) | 6.95º | 0.95% | 0.68% | - |
| XYZ | 17.7 | 9.73 | 1.2 | - |
| YUV | 69.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 9 | 0 | 0.84 | 0.95 | 0.32 | 6.95 | 0.9 | 0.36 |
| Hex | AD | 1C | 9 | 0 | 54 | 5F | 20 | 7 | 5A | 24 |
| Octal | 255 | 34 | 11 | 0 | 124 | 137 | 40 | 7 | 132 | 44 |
| Binary | 10101101 | 11100 | 1001 | 0 | 1010100 | 1011111 | 100000 | 111 | 1011010 | 100100 |
Color Harmonies of #AD1C09
Complementary color
Monochromatic Colors of #AD1C09
Black with #AD1C09
Text Example
Text Example
White with #AD1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C09; }
p { color: rgb(173,28,9); }
H1.HeaderClassName
{
color: #AD1C09;
}
.AnyTagClassName
{
color: #AD1C09;
}
</style>
background-color css
<style>
a { background-color: #AD1C09; }
a { background-color: rgb(173,28,9); }
div.DivClassName
{
background-color: #AD1C09;
}
.BgClassName
{
background-color: #AD1C09;
}
</style>
border-color css
<style>
span { border-color: #AD1C09; }
span { border-color: rgb(173,28,9); }
td.TdClassName
{
border-color: #AD1C09;
}
.TagClassName
{
border-color: #AD1C09;
}
</style>