Shades of Carmine #AD0314
Tints of Carmine #AD0314
RGB
CMYK
RGB Variations
Color information
#AD0314 (or 0xAD0314) is known color: Carmine. HEX triplet: AD, 03 and 14. RGB value is (173,3,20). Sum of RGB (Red+Green+Blue) = 173+3+20=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0314 is #52FCEB. Grayscale: #373737. Windows color (decimal): -5438700 or 1311661. OLE color: 1311661.
HSL color Cylindrical-coordinate representation of color #AD0314: hue angle of 354º 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 #AD0314 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.32 |
| HSL | 354º | 0.97% | 0.35% | - |
| HSV(B) | 354º | 0.98% | 0.68% | - |
| XYZ | 17.39 | 9 | 1.48 | - |
| YUV | 55.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 20 | 0 | 0.98 | 0.88 | 0.32 | 354 | 0.97 | 0.35 |
| Hex | AD | 3 | 14 | 0 | 62 | 58 | 20 | 162 | 61 | 23 |
| Octal | 255 | 3 | 24 | 0 | 142 | 130 | 40 | 542 | 141 | 43 |
| Binary | 10101101 | 11 | 10100 | 0 | 1100010 | 1011000 | 100000 | 101100010 | 1100001 | 100011 |
Color Harmonies of #AD0314
Complementary color
Monochromatic Colors of #AD0314
Black with #AD0314
Text Example
Text Example
White with #AD0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0314; }
p { color: rgb(173,3,20); }
H1.HeaderClassName
{
color: #AD0314;
}
.AnyTagClassName
{
color: #AD0314;
}
</style>
background-color css
<style>
a { background-color: #AD0314; }
a { background-color: rgb(173,3,20); }
div.DivClassName
{
background-color: #AD0314;
}
.BgClassName
{
background-color: #AD0314;
}
</style>
border-color css
<style>
span { border-color: #AD0314; }
span { border-color: rgb(173,3,20); }
td.TdClassName
{
border-color: #AD0314;
}
.TagClassName
{
border-color: #AD0314;
}
</style>