Shades of Medium Carmine #AA3D28
Tints of Medium Carmine #AA3D28
RGB
CMYK
RGB Variations
Color information
#AA3D28 (or 0xAA3D28) is known color: Medium Carmine. HEX triplet: AA, 3D and 28. RGB value is (170,61,40). Sum of RGB (Red+Green+Blue) = 170+61+40=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D28 is #55C2D7. Grayscale: #5B5B5B. Windows color (decimal): -5620440 or 2637226. OLE color: 2637226.
HSL color Cylindrical-coordinate representation of color #AA3D28: hue angle of 9.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3D28 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 40 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.33 |
| HSL | 9.69º | 0.62% | 0.41% | - |
| HSV(B) | 9.69º | 0.76% | 0.67% | - |
| XYZ | 18.63 | 12.04 | 3.35 | - |
| YUV | 91.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 40 | 0 | 0.64 | 0.76 | 0.33 | 9.69 | 0.62 | 0.41 |
| Hex | AA | 3D | 28 | 0 | 40 | 4C | 21 | A | 3E | 29 |
| Octal | 252 | 75 | 50 | 0 | 100 | 114 | 41 | 12 | 76 | 51 |
| Binary | 10101010 | 111101 | 101000 | 0 | 1000000 | 1001100 | 100001 | 1010 | 111110 | 101001 |
Color Harmonies of #AA3D28
Complementary color
Monochromatic Colors of #AA3D28
Black with #AA3D28
Text Example
Text Example
White with #AA3D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D28; }
p { color: rgb(170,61,40); }
H1.HeaderClassName
{
color: #AA3D28;
}
.AnyTagClassName
{
color: #AA3D28;
}
</style>
background-color css
<style>
a { background-color: #AA3D28; }
a { background-color: rgb(170,61,40); }
div.DivClassName
{
background-color: #AA3D28;
}
.BgClassName
{
background-color: #AA3D28;
}
</style>
border-color css
<style>
span { border-color: #AA3D28; }
span { border-color: rgb(170,61,40); }
td.TdClassName
{
border-color: #AA3D28;
}
.TagClassName
{
border-color: #AA3D28;
}
</style>