Shades of Carmine #AD0122
Tints of Carmine #AD0122
RGB
CMYK
RGB Variations
Color information
#AD0122 (or 0xAD0122) is known color: Carmine. HEX triplet: AD, 01 and 22. RGB value is (173,1,34). Sum of RGB (Red+Green+Blue) = 173+1+34=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0122 is #52FEDD. Grayscale: #383838. Windows color (decimal): -5439198 or 2228653. OLE color: 2228653.
HSL color Cylindrical-coordinate representation of color #AD0122: hue angle of 348.49º 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 #AD0122 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.32 |
| HSL | 348.49º | 0.99% | 0.34% | - |
| HSV(B) | 348.49º | 0.99% | 0.68% | - |
| XYZ | 17.53 | 9.02 | 2.33 | - |
| YUV | 56.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 34 | 0 | 0.99 | 0.80 | 0.32 | 348.49 | 0.99 | 0.34 |
| Hex | AD | 1 | 22 | 0 | 63 | 50 | 20 | 15C | 63 | 22 |
| Octal | 255 | 1 | 42 | 0 | 143 | 120 | 40 | 534 | 143 | 42 |
| Binary | 10101101 | 1 | 100010 | 0 | 1100011 | 1010000 | 100000 | 101011100 | 1100011 | 100010 |
Color Harmonies of #AD0122
Complementary color
Monochromatic Colors of #AD0122
Black with #AD0122
Text Example
Text Example
White with #AD0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0122; }
p { color: rgb(173,1,34); }
H1.HeaderClassName
{
color: #AD0122;
}
.AnyTagClassName
{
color: #AD0122;
}
</style>
background-color css
<style>
a { background-color: #AD0122; }
a { background-color: rgb(173,1,34); }
div.DivClassName
{
background-color: #AD0122;
}
.BgClassName
{
background-color: #AD0122;
}
</style>
border-color css
<style>
span { border-color: #AD0122; }
span { border-color: rgb(173,1,34); }
td.TdClassName
{
border-color: #AD0122;
}
.TagClassName
{
border-color: #AD0122;
}
</style>