Shades of Fire Brick #AD1E06
Tints of Fire Brick #AD1E06
RGB
CMYK
RGB Variations
Color information
#AD1E06 (or 0xAD1E06) is known color: Fire Brick. HEX triplet: AD, 1E and 06. RGB value is (173,30,6). Sum of RGB (Red+Green+Blue) = 173+30+6=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E06 is #52E1F9. Grayscale: #464646. Windows color (decimal): -5431802 or 401069. OLE color: 401069.
HSL color Cylindrical-coordinate representation of color #AD1E06: hue angle of 8.62º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD1E06 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.32 |
| HSL | 8.62º | 0.93% | 0.35% | - |
| HSV(B) | 8.62º | 0.97% | 0.68% | - |
| XYZ | 17.73 | 9.83 | 1.13 | - |
| YUV | 70.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 6 | 0 | 0.83 | 0.97 | 0.32 | 8.62 | 0.93 | 0.35 |
| Hex | AD | 1E | 6 | 0 | 53 | 61 | 20 | 9 | 5D | 23 |
| Octal | 255 | 36 | 6 | 0 | 123 | 141 | 40 | 11 | 135 | 43 |
| Binary | 10101101 | 11110 | 110 | 0 | 1010011 | 1100001 | 100000 | 1001 | 1011101 | 100011 |
Color Harmonies of #AD1E06
Complementary color
Monochromatic Colors of #AD1E06
Black with #AD1E06
Text Example
Text Example
White with #AD1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E06; }
p { color: rgb(173,30,6); }
H1.HeaderClassName
{
color: #AD1E06;
}
.AnyTagClassName
{
color: #AD1E06;
}
</style>
background-color css
<style>
a { background-color: #AD1E06; }
a { background-color: rgb(173,30,6); }
div.DivClassName
{
background-color: #AD1E06;
}
.BgClassName
{
background-color: #AD1E06;
}
</style>
border-color css
<style>
span { border-color: #AD1E06; }
span { border-color: rgb(173,30,6); }
td.TdClassName
{
border-color: #AD1E06;
}
.TagClassName
{
border-color: #AD1E06;
}
</style>