Shades of Carmine #AD021B
Tints of Carmine #AD021B
RGB
CMYK
RGB Variations
Color information
#AD021B (or 0xAD021B) is known color: Carmine. HEX triplet: AD, 02 and 1B. RGB value is (173,2,27). Sum of RGB (Red+Green+Blue) = 173+2+27=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD021B is #52FDE4. Grayscale: #383838. Windows color (decimal): -5438949 or 1770157. OLE color: 1770157.
HSL color Cylindrical-coordinate representation of color #AD021B: hue angle of 351.23º 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 #AD021B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.32 |
| HSL | 351.23º | 0.98% | 0.34% | - |
| HSV(B) | 351.23º | 0.99% | 0.68% | - |
| XYZ | 17.45 | 9.01 | 1.86 | - |
| YUV | 55.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 27 | 0 | 0.99 | 0.84 | 0.32 | 351.23 | 0.98 | 0.34 |
| Hex | AD | 2 | 1B | 0 | 63 | 54 | 20 | 15F | 62 | 22 |
| Octal | 255 | 2 | 33 | 0 | 143 | 124 | 40 | 537 | 142 | 42 |
| Binary | 10101101 | 10 | 11011 | 0 | 1100011 | 1010100 | 100000 | 101011111 | 1100010 | 100010 |
Color Harmonies of #AD021B
Complementary color
Monochromatic Colors of #AD021B
Black with #AD021B
Text Example
Text Example
White with #AD021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD021B; }
p { color: rgb(173,2,27); }
H1.HeaderClassName
{
color: #AD021B;
}
.AnyTagClassName
{
color: #AD021B;
}
</style>
background-color css
<style>
a { background-color: #AD021B; }
a { background-color: rgb(173,2,27); }
div.DivClassName
{
background-color: #AD021B;
}
.BgClassName
{
background-color: #AD021B;
}
</style>
border-color css
<style>
span { border-color: #AD021B; }
span { border-color: rgb(173,2,27); }
td.TdClassName
{
border-color: #AD021B;
}
.TagClassName
{
border-color: #AD021B;
}
</style>