Shades of Carmine #AD022B
Tints of Carmine #AD022B
RGB
CMYK
RGB Variations
Color information
#AD022B (or 0xAD022B) is known color: Carmine. HEX triplet: AD, 02 and 2B. RGB value is (173,2,43). Sum of RGB (Red+Green+Blue) = 173+2+43=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD022B is #52FDD4. Grayscale: #393939. Windows color (decimal): -5438933 or 2818733. OLE color: 2818733.
HSL color Cylindrical-coordinate representation of color #AD022B: hue angle of 345.61º degrees, saturation: 0.98, 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 #AD022B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.32 |
| HSL | 345.61º | 0.98% | 0.34% | - |
| HSV(B) | 345.61º | 0.99% | 0.68% | - |
| XYZ | 17.69 | 9.1 | 3.11 | - |
| YUV | 57.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 43 | 0 | 0.99 | 0.75 | 0.32 | 345.61 | 0.98 | 0.34 |
| Hex | AD | 2 | 2B | 0 | 63 | 4B | 20 | 15A | 62 | 22 |
| Octal | 255 | 2 | 53 | 0 | 143 | 113 | 40 | 532 | 142 | 42 |
| Binary | 10101101 | 10 | 101011 | 0 | 1100011 | 1001011 | 100000 | 101011010 | 1100010 | 100010 |
Color Harmonies of #AD022B
Complementary color
Monochromatic Colors of #AD022B
Black with #AD022B
Text Example
Text Example
White with #AD022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD022B; }
p { color: rgb(173,2,43); }
H1.HeaderClassName
{
color: #AD022B;
}
.AnyTagClassName
{
color: #AD022B;
}
</style>
background-color css
<style>
a { background-color: #AD022B; }
a { background-color: rgb(173,2,43); }
div.DivClassName
{
background-color: #AD022B;
}
.BgClassName
{
background-color: #AD022B;
}
</style>
border-color css
<style>
span { border-color: #AD022B; }
span { border-color: rgb(173,2,43); }
td.TdClassName
{
border-color: #AD022B;
}
.TagClassName
{
border-color: #AD022B;
}
</style>