Shades of Medium Carmine #AA3A28
Tints of Medium Carmine #AA3A28
RGB
CMYK
RGB Variations
Color information
#AA3A28 (or 0xAA3A28) is known color: Medium Carmine. HEX triplet: AA, 3A and 28. RGB value is (170,58,40). Sum of RGB (Red+Green+Blue) = 170+58+40=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A28 is #55C5D7. Grayscale: #595959. Windows color (decimal): -5621208 or 2636458. OLE color: 2636458.
HSL color Cylindrical-coordinate representation of color #AA3A28: hue angle of 8.31º 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 #AA3A28 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 40 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.33 |
| HSL | 8.31º | 0.62% | 0.41% | - |
| HSV(B) | 8.31º | 0.76% | 0.67% | - |
| XYZ | 18.47 | 11.73 | 3.3 | - |
| YUV | 89.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 40 | 0 | 0.66 | 0.76 | 0.33 | 8.31 | 0.62 | 0.41 |
| Hex | AA | 3A | 28 | 0 | 42 | 4C | 21 | 8 | 3E | 29 |
| Octal | 252 | 72 | 50 | 0 | 102 | 114 | 41 | 10 | 76 | 51 |
| Binary | 10101010 | 111010 | 101000 | 0 | 1000010 | 1001100 | 100001 | 1000 | 111110 | 101001 |
Color Harmonies of #AA3A28
Complementary color
Monochromatic Colors of #AA3A28
Black with #AA3A28
Text Example
Text Example
White with #AA3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A28; }
p { color: rgb(170,58,40); }
H1.HeaderClassName
{
color: #AA3A28;
}
.AnyTagClassName
{
color: #AA3A28;
}
</style>
background-color css
<style>
a { background-color: #AA3A28; }
a { background-color: rgb(170,58,40); }
div.DivClassName
{
background-color: #AA3A28;
}
.BgClassName
{
background-color: #AA3A28;
}
</style>
border-color css
<style>
span { border-color: #AA3A28; }
span { border-color: rgb(170,58,40); }
td.TdClassName
{
border-color: #AA3A28;
}
.TagClassName
{
border-color: #AA3A28;
}
</style>