Shades of Carmine #AD052F
Tints of Carmine #AD052F
RGB
CMYK
RGB Variations
Color information
#AD052F (or 0xAD052F) is known color: Carmine. HEX triplet: AD, 05 and 2F. RGB value is (173,5,47). Sum of RGB (Red+Green+Blue) = 173+5+47=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD052F is #52FAD0. Grayscale: #3C3C3C. Windows color (decimal): -5438161 or 3081645. OLE color: 3081645.
HSL color Cylindrical-coordinate representation of color #AD052F: hue angle of 345º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD052F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.32 |
| HSL | 345º | 0.94% | 0.35% | - |
| HSV(B) | 345º | 0.97% | 0.68% | - |
| XYZ | 17.8 | 9.2 | 3.53 | - |
| YUV | 60.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 47 | 0 | 0.97 | 0.73 | 0.32 | 345 | 0.94 | 0.35 |
| Hex | AD | 5 | 2F | 0 | 61 | 49 | 20 | 159 | 5E | 23 |
| Octal | 255 | 5 | 57 | 0 | 141 | 111 | 40 | 531 | 136 | 43 |
| Binary | 10101101 | 101 | 101111 | 0 | 1100001 | 1001001 | 100000 | 101011001 | 1011110 | 100011 |
Color Harmonies of #AD052F
Complementary color
Monochromatic Colors of #AD052F
Black with #AD052F
Text Example
Text Example
White with #AD052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD052F; }
p { color: rgb(173,5,47); }
H1.HeaderClassName
{
color: #AD052F;
}
.AnyTagClassName
{
color: #AD052F;
}
</style>
background-color css
<style>
a { background-color: #AD052F; }
a { background-color: rgb(173,5,47); }
div.DivClassName
{
background-color: #AD052F;
}
.BgClassName
{
background-color: #AD052F;
}
</style>
border-color css
<style>
span { border-color: #AD052F; }
span { border-color: rgb(173,5,47); }
td.TdClassName
{
border-color: #AD052F;
}
.TagClassName
{
border-color: #AD052F;
}
</style>