Shades of Carmine #AD001A
Tints of Carmine #AD001A
RGB
CMYK
RGB Variations
Color information
#AD001A (or 0xAD001A) is known color: Carmine. HEX triplet: AD, 00 and 1A. RGB value is (173,0,26). Sum of RGB (Red+Green+Blue) = 173+0+26=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD001A is #52FFE5. Grayscale: #363636. Windows color (decimal): -5439462 or 1704109. OLE color: 1704109.
HSL color Cylindrical-coordinate representation of color #AD001A: hue angle of 350.98º 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 #AD001A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.85 | 0.32 |
| HSL | 350.98º | 1% | 0.34% | - |
| HSV(B) | 350.98º | 1% | 0.68% | - |
| XYZ | 17.42 | 8.96 | 1.79 | - |
| YUV | 54.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 26 | 0 | 1 | 0.85 | 0.32 | 350.98 | 1 | 0.34 |
| Hex | AD | 0 | 1A | 0 | 64 | 55 | 20 | 15F | 64 | 22 |
| Octal | 255 | 0 | 32 | 0 | 144 | 125 | 40 | 537 | 144 | 42 |
| Binary | 10101101 | 0 | 11010 | 0 | 1100100 | 1010101 | 100000 | 101011111 | 1100100 | 100010 |
Color Harmonies of #AD001A
Complementary color
Monochromatic Colors of #AD001A
Black with #AD001A
Text Example
Text Example
White with #AD001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD001A; }
p { color: rgb(173,0,26); }
H1.HeaderClassName
{
color: #AD001A;
}
.AnyTagClassName
{
color: #AD001A;
}
</style>
background-color css
<style>
a { background-color: #AD001A; }
a { background-color: rgb(173,0,26); }
div.DivClassName
{
background-color: #AD001A;
}
.BgClassName
{
background-color: #AD001A;
}
</style>
border-color css
<style>
span { border-color: #AD001A; }
span { border-color: rgb(173,0,26); }
td.TdClassName
{
border-color: #AD001A;
}
.TagClassName
{
border-color: #AD001A;
}
</style>