Shades of Carmine #AD0423
Tints of Carmine #AD0423
RGB
CMYK
RGB Variations
Color information
#AD0423 (or 0xAD0423) is known color: Carmine. HEX triplet: AD, 04 and 23. RGB value is (173,4,35). Sum of RGB (Red+Green+Blue) = 173+4+35=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0423 is #52FBDC. Grayscale: #3A3A3A. Windows color (decimal): -5438429 or 2294957. OLE color: 2294957.
HSL color Cylindrical-coordinate representation of color #AD0423: hue angle of 348.99º degrees, saturation: 0.95, 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 #AD0423 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.32 |
| HSL | 348.99º | 0.95% | 0.35% | - |
| HSV(B) | 348.99º | 0.98% | 0.68% | - |
| XYZ | 17.58 | 9.09 | 2.42 | - |
| YUV | 58.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 35 | 0 | 0.98 | 0.80 | 0.32 | 348.99 | 0.95 | 0.35 |
| Hex | AD | 4 | 23 | 0 | 62 | 50 | 20 | 15D | 5F | 23 |
| Octal | 255 | 4 | 43 | 0 | 142 | 120 | 40 | 535 | 137 | 43 |
| Binary | 10101101 | 100 | 100011 | 0 | 1100010 | 1010000 | 100000 | 101011101 | 1011111 | 100011 |
Color Harmonies of #AD0423
Complementary color
Monochromatic Colors of #AD0423
Black with #AD0423
Text Example
Text Example
White with #AD0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0423; }
p { color: rgb(173,4,35); }
H1.HeaderClassName
{
color: #AD0423;
}
.AnyTagClassName
{
color: #AD0423;
}
</style>
background-color css
<style>
a { background-color: #AD0423; }
a { background-color: rgb(173,4,35); }
div.DivClassName
{
background-color: #AD0423;
}
.BgClassName
{
background-color: #AD0423;
}
</style>
border-color css
<style>
span { border-color: #AD0423; }
span { border-color: rgb(173,4,35); }
td.TdClassName
{
border-color: #AD0423;
}
.TagClassName
{
border-color: #AD0423;
}
</style>