Shades of Carmine #AD001F
Tints of Carmine #AD001F
RGB
CMYK
RGB Variations
Color information
#AD001F (or 0xAD001F) is known color: Carmine. HEX triplet: AD, 00 and 1F. RGB value is (173,0,31). Sum of RGB (Red+Green+Blue) = 173+0+31=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD001F is #52FFE0. Grayscale: #373737. Windows color (decimal): -5439457 or 2031789. OLE color: 2031789.
HSL color Cylindrical-coordinate representation of color #AD001F: hue angle of 349.25º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD001F is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.82 | 0.32 |
| HSL | 349.25º | 1% | 0.34% | - |
| HSV(B) | 349.25º | 1% | 0.68% | - |
| XYZ | 17.48 | 8.98 | 2.11 | - |
| YUV | 55.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 31 | 0 | 1 | 0.82 | 0.32 | 349.25 | 1 | 0.34 |
| Hex | AD | 0 | 1F | 0 | 64 | 52 | 20 | 15D | 64 | 22 |
| Octal | 255 | 0 | 37 | 0 | 144 | 122 | 40 | 535 | 144 | 42 |
| Binary | 10101101 | 0 | 11111 | 0 | 1100100 | 1010010 | 100000 | 101011101 | 1100100 | 100010 |
Color Harmonies of #AD001F
Complementary color
Monochromatic Colors of #AD001F
Black with #AD001F
Text Example
Text Example
White with #AD001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD001F; }
p { color: rgb(173,0,31); }
H1.HeaderClassName
{
color: #AD001F;
}
.AnyTagClassName
{
color: #AD001F;
}
</style>
background-color css
<style>
a { background-color: #AD001F; }
a { background-color: rgb(173,0,31); }
div.DivClassName
{
background-color: #AD001F;
}
.BgClassName
{
background-color: #AD001F;
}
</style>
border-color css
<style>
span { border-color: #AD001F; }
span { border-color: rgb(173,0,31); }
td.TdClassName
{
border-color: #AD001F;
}
.TagClassName
{
border-color: #AD001F;
}
</style>