Shades of Carmine #AD0330
Tints of Carmine #AD0330
RGB
CMYK
RGB Variations
Color information
#AD0330 (or 0xAD0330) is known color: Carmine. HEX triplet: AD, 03 and 30. RGB value is (173,3,48). Sum of RGB (Red+Green+Blue) = 173+3+48=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0330 is #52FCCF. Grayscale: #3A3A3A. Windows color (decimal): -5438672 or 3146669. OLE color: 3146669.
HSL color Cylindrical-coordinate representation of color #AD0330: hue angle of 344.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0330 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.32 |
| HSL | 344.12º | 0.97% | 0.35% | - |
| HSV(B) | 344.12º | 0.98% | 0.68% | - |
| XYZ | 17.8 | 9.16 | 3.63 | - |
| YUV | 58.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 48 | 0 | 0.98 | 0.72 | 0.32 | 344.12 | 0.97 | 0.35 |
| Hex | AD | 3 | 30 | 0 | 62 | 48 | 20 | 158 | 61 | 23 |
| Octal | 255 | 3 | 60 | 0 | 142 | 110 | 40 | 530 | 141 | 43 |
| Binary | 10101101 | 11 | 110000 | 0 | 1100010 | 1001000 | 100000 | 101011000 | 1100001 | 100011 |
Color Harmonies of #AD0330
Complementary color
Monochromatic Colors of #AD0330
Black with #AD0330
Text Example
Text Example
White with #AD0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0330; }
p { color: rgb(173,3,48); }
H1.HeaderClassName
{
color: #AD0330;
}
.AnyTagClassName
{
color: #AD0330;
}
</style>
background-color css
<style>
a { background-color: #AD0330; }
a { background-color: rgb(173,3,48); }
div.DivClassName
{
background-color: #AD0330;
}
.BgClassName
{
background-color: #AD0330;
}
</style>
border-color css
<style>
span { border-color: #AD0330; }
span { border-color: rgb(173,3,48); }
td.TdClassName
{
border-color: #AD0330;
}
.TagClassName
{
border-color: #AD0330;
}
</style>