Shades of Fire Brick #AD1C07
Tints of Fire Brick #AD1C07
RGB
CMYK
RGB Variations
Color information
#AD1C07 (or 0xAD1C07) is known color: Fire Brick. HEX triplet: AD, 1C and 07. RGB value is (173,28,7). Sum of RGB (Red+Green+Blue) = 173+28+7=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C07 is #52E3F8. Grayscale: #454545. Windows color (decimal): -5432313 or 466093. OLE color: 466093.
HSL color Cylindrical-coordinate representation of color #AD1C07: hue angle of 7.59º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD1C07 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.32 |
| HSL | 7.59º | 0.92% | 0.35% | - |
| HSV(B) | 7.59º | 0.96% | 0.68% | - |
| XYZ | 17.69 | 9.73 | 1.15 | - |
| YUV | 68.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 7 | 0 | 0.84 | 0.96 | 0.32 | 7.59 | 0.92 | 0.35 |
| Hex | AD | 1C | 7 | 0 | 54 | 60 | 20 | 8 | 5C | 23 |
| Octal | 255 | 34 | 7 | 0 | 124 | 140 | 40 | 10 | 134 | 43 |
| Binary | 10101101 | 11100 | 111 | 0 | 1010100 | 1100000 | 100000 | 1000 | 1011100 | 100011 |
Color Harmonies of #AD1C07
Complementary color
Monochromatic Colors of #AD1C07
Black with #AD1C07
Text Example
Text Example
White with #AD1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C07; }
p { color: rgb(173,28,7); }
H1.HeaderClassName
{
color: #AD1C07;
}
.AnyTagClassName
{
color: #AD1C07;
}
</style>
background-color css
<style>
a { background-color: #AD1C07; }
a { background-color: rgb(173,28,7); }
div.DivClassName
{
background-color: #AD1C07;
}
.BgClassName
{
background-color: #AD1C07;
}
</style>
border-color css
<style>
span { border-color: #AD1C07; }
span { border-color: rgb(173,28,7); }
td.TdClassName
{
border-color: #AD1C07;
}
.TagClassName
{
border-color: #AD1C07;
}
</style>