Shades of Medium Carmine #AA463D
Tints of Medium Carmine #AA463D
RGB
CMYK
RGB Variations
Color information
#AA463D (or 0xAA463D) is known color: Medium Carmine. HEX triplet: AA, 46 and 3D. RGB value is (170,70,61). Sum of RGB (Red+Green+Blue) = 170+70+61=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA463D is #55B9C2. Grayscale: #636363. Windows color (decimal): -5618115 or 4015786. OLE color: 4015786.
HSL color Cylindrical-coordinate representation of color #AA463D: hue angle of 4.95º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA463D is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 61 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.33 |
| HSL | 4.95º | 0.47% | 0.45% | - |
| HSV(B) | 4.95º | 0.64% | 0.67% | - |
| XYZ | 19.61 | 13.26 | 5.94 | - |
| YUV | 98.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 61 | 0 | 0.59 | 0.64 | 0.33 | 4.95 | 0.47 | 0.45 |
| Hex | AA | 46 | 3D | 0 | 3B | 40 | 21 | 5 | 2F | 2D |
| Octal | 252 | 106 | 75 | 0 | 73 | 100 | 41 | 5 | 57 | 55 |
| Binary | 10101010 | 1000110 | 111101 | 0 | 111011 | 1000000 | 100001 | 101 | 101111 | 101101 |
Color Harmonies of #AA463D
Complementary color
Monochromatic Colors of #AA463D
Black with #AA463D
Text Example
Text Example
White with #AA463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA463D; }
p { color: rgb(170,70,61); }
H1.HeaderClassName
{
color: #AA463D;
}
.AnyTagClassName
{
color: #AA463D;
}
</style>
background-color css
<style>
a { background-color: #AA463D; }
a { background-color: rgb(170,70,61); }
div.DivClassName
{
background-color: #AA463D;
}
.BgClassName
{
background-color: #AA463D;
}
</style>
border-color css
<style>
span { border-color: #AA463D; }
span { border-color: rgb(170,70,61); }
td.TdClassName
{
border-color: #AA463D;
}
.TagClassName
{
border-color: #AA463D;
}
</style>