Shades of Medium Carmine #AA452F
Tints of Medium Carmine #AA452F
RGB
CMYK
RGB Variations
Color information
#AA452F (or 0xAA452F) is known color: Medium Carmine. HEX triplet: AA, 45 and 2F. RGB value is (170,69,47). Sum of RGB (Red+Green+Blue) = 170+69+47=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA452F is #55BAD0. Grayscale: #606060. Windows color (decimal): -5618385 or 3098026. OLE color: 3098026.
HSL color Cylindrical-coordinate representation of color #AA452F: hue angle of 10.73º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA452F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 47 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.33 |
| HSL | 10.73º | 0.57% | 0.43% | - |
| HSV(B) | 10.73º | 0.72% | 0.67% | - |
| XYZ | 19.22 | 13.01 | 4.19 | - |
| YUV | 96.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 47 | 0 | 0.59 | 0.72 | 0.33 | 10.73 | 0.57 | 0.43 |
| Hex | AA | 45 | 2F | 0 | 3B | 48 | 21 | B | 39 | 2B |
| Octal | 252 | 105 | 57 | 0 | 73 | 110 | 41 | 13 | 71 | 53 |
| Binary | 10101010 | 1000101 | 101111 | 0 | 111011 | 1001000 | 100001 | 1011 | 111001 | 101011 |
Color Harmonies of #AA452F
Complementary color
Monochromatic Colors of #AA452F
Black with #AA452F
Text Example
Text Example
White with #AA452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA452F; }
p { color: rgb(170,69,47); }
H1.HeaderClassName
{
color: #AA452F;
}
.AnyTagClassName
{
color: #AA452F;
}
</style>
background-color css
<style>
a { background-color: #AA452F; }
a { background-color: rgb(170,69,47); }
div.DivClassName
{
background-color: #AA452F;
}
.BgClassName
{
background-color: #AA452F;
}
</style>
border-color css
<style>
span { border-color: #AA452F; }
span { border-color: rgb(170,69,47); }
td.TdClassName
{
border-color: #AA452F;
}
.TagClassName
{
border-color: #AA452F;
}
</style>