Shades of Medium Carmine #AD3A33
Tints of Medium Carmine #AD3A33
RGB
CMYK
RGB Variations
Color information
#AD3A33 (or 0xAD3A33) is known color: Medium Carmine. HEX triplet: AD, 3A and 33. RGB value is (173,58,51). Sum of RGB (Red+Green+Blue) = 173+58+51=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A33 is #52C5CC. Grayscale: #5B5B5B. Windows color (decimal): -5424589 or 3357357. OLE color: 3357357.
HSL color Cylindrical-coordinate representation of color #AD3A33: hue angle of 3.44º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3A33 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 51 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.32 |
| HSL | 3.44º | 0.54% | 0.44% | - |
| HSV(B) | 3.44º | 0.71% | 0.68% | - |
| XYZ | 19.34 | 12.15 | 4.46 | - |
| YUV | 91.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 51 | 0 | 0.66 | 0.71 | 0.32 | 3.44 | 0.54 | 0.44 |
| Hex | AD | 3A | 33 | 0 | 42 | 47 | 20 | 3 | 36 | 2C |
| Octal | 255 | 72 | 63 | 0 | 102 | 107 | 40 | 3 | 66 | 54 |
| Binary | 10101101 | 111010 | 110011 | 0 | 1000010 | 1000111 | 100000 | 11 | 110110 | 101100 |
Color Harmonies of #AD3A33
Complementary color
Monochromatic Colors of #AD3A33
Black with #AD3A33
Text Example
Text Example
White with #AD3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A33; }
p { color: rgb(173,58,51); }
H1.HeaderClassName
{
color: #AD3A33;
}
.AnyTagClassName
{
color: #AD3A33;
}
</style>
background-color css
<style>
a { background-color: #AD3A33; }
a { background-color: rgb(173,58,51); }
div.DivClassName
{
background-color: #AD3A33;
}
.BgClassName
{
background-color: #AD3A33;
}
</style>
border-color css
<style>
span { border-color: #AD3A33; }
span { border-color: rgb(173,58,51); }
td.TdClassName
{
border-color: #AD3A33;
}
.TagClassName
{
border-color: #AD3A33;
}
</style>