Shades of Carmine #AD002A
Tints of Carmine #AD002A
RGB
CMYK
RGB Variations
Color information
#AD002A (or 0xAD002A) is known color: Carmine. HEX triplet: AD, 00 and 2A. RGB value is (173,0,42). Sum of RGB (Red+Green+Blue) = 173+0+42=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002A is #52FFD5. Grayscale: #383838. Windows color (decimal): -5439446 or 2752685. OLE color: 2752685.
HSL color Cylindrical-coordinate representation of color #AD002A: hue angle of 345.43º 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 #AD002A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.76 | 0.32 |
| HSL | 345.43º | 1% | 0.34% | - |
| HSV(B) | 345.43º | 1% | 0.68% | - |
| XYZ | 17.65 | 9.05 | 3.01 | - |
| YUV | 56.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 42 | 0 | 1 | 0.76 | 0.32 | 345.43 | 1 | 0.34 |
| Hex | AD | 0 | 2A | 0 | 64 | 4C | 20 | 159 | 64 | 22 |
| Octal | 255 | 0 | 52 | 0 | 144 | 114 | 40 | 531 | 144 | 42 |
| Binary | 10101101 | 0 | 101010 | 0 | 1100100 | 1001100 | 100000 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AD002A
Complementary color
Monochromatic Colors of #AD002A
Black with #AD002A
Text Example
Text Example
White with #AD002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD002A; }
p { color: rgb(173,0,42); }
H1.HeaderClassName
{
color: #AD002A;
}
.AnyTagClassName
{
color: #AD002A;
}
</style>
background-color css
<style>
a { background-color: #AD002A; }
a { background-color: rgb(173,0,42); }
div.DivClassName
{
background-color: #AD002A;
}
.BgClassName
{
background-color: #AD002A;
}
</style>
border-color css
<style>
span { border-color: #AD002A; }
span { border-color: rgb(173,0,42); }
td.TdClassName
{
border-color: #AD002A;
}
.TagClassName
{
border-color: #AD002A;
}
</style>