Shades of Carmine #AD012A
Tints of Carmine #AD012A
RGB
CMYK
RGB Variations
Color information
#AD012A (or 0xAD012A) is known color: Carmine. HEX triplet: AD, 01 and 2A. RGB value is (173,1,42). Sum of RGB (Red+Green+Blue) = 173+1+42=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD012A is #52FED5. Grayscale: #393939. Windows color (decimal): -5439190 or 2752941. OLE color: 2752941.
HSL color Cylindrical-coordinate representation of color #AD012A: hue angle of 345.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD012A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.32 |
| HSL | 345.7º | 0.99% | 0.34% | - |
| HSV(B) | 345.7º | 0.99% | 0.68% | - |
| XYZ | 17.66 | 9.07 | 3.01 | - |
| YUV | 57.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 42 | 0 | 0.99 | 0.76 | 0.32 | 345.7 | 0.99 | 0.34 |
| Hex | AD | 1 | 2A | 0 | 63 | 4C | 20 | 15A | 63 | 22 |
| Octal | 255 | 1 | 52 | 0 | 143 | 114 | 40 | 532 | 143 | 42 |
| Binary | 10101101 | 1 | 101010 | 0 | 1100011 | 1001100 | 100000 | 101011010 | 1100011 | 100010 |
Color Harmonies of #AD012A
Complementary color
Monochromatic Colors of #AD012A
Black with #AD012A
Text Example
Text Example
White with #AD012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD012A; }
p { color: rgb(173,1,42); }
H1.HeaderClassName
{
color: #AD012A;
}
.AnyTagClassName
{
color: #AD012A;
}
</style>
background-color css
<style>
a { background-color: #AD012A; }
a { background-color: rgb(173,1,42); }
div.DivClassName
{
background-color: #AD012A;
}
.BgClassName
{
background-color: #AD012A;
}
</style>
border-color css
<style>
span { border-color: #AD012A; }
span { border-color: rgb(173,1,42); }
td.TdClassName
{
border-color: #AD012A;
}
.TagClassName
{
border-color: #AD012A;
}
</style>