Shades of Medium Carmine #AA362D
Tints of Medium Carmine #AA362D
RGB
CMYK
RGB Variations
Color information
#AA362D (or 0xAA362D) is known color: Medium Carmine. HEX triplet: AA, 36 and 2D. RGB value is (170,54,45). Sum of RGB (Red+Green+Blue) = 170+54+45=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA362D is #55C9D2. Grayscale: #575757. Windows color (decimal): -5622227 or 2963114. OLE color: 2963114.
HSL color Cylindrical-coordinate representation of color #AA362D: hue angle of 4.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA362D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 45 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.33 |
| HSL | 4.32º | 0.58% | 0.42% | - |
| HSV(B) | 4.32º | 0.74% | 0.67% | - |
| XYZ | 18.37 | 11.37 | 3.71 | - |
| YUV | 87.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 45 | 0 | 0.68 | 0.74 | 0.33 | 4.32 | 0.58 | 0.42 |
| Hex | AA | 36 | 2D | 0 | 44 | 4A | 21 | 4 | 3A | 2A |
| Octal | 252 | 66 | 55 | 0 | 104 | 112 | 41 | 4 | 72 | 52 |
| Binary | 10101010 | 110110 | 101101 | 0 | 1000100 | 1001010 | 100001 | 100 | 111010 | 101010 |
Color Harmonies of #AA362D
Complementary color
Monochromatic Colors of #AA362D
Black with #AA362D
Text Example
Text Example
White with #AA362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA362D; }
p { color: rgb(170,54,45); }
H1.HeaderClassName
{
color: #AA362D;
}
.AnyTagClassName
{
color: #AA362D;
}
</style>
background-color css
<style>
a { background-color: #AA362D; }
a { background-color: rgb(170,54,45); }
div.DivClassName
{
background-color: #AA362D;
}
.BgClassName
{
background-color: #AA362D;
}
</style>
border-color css
<style>
span { border-color: #AA362D; }
span { border-color: rgb(170,54,45); }
td.TdClassName
{
border-color: #AA362D;
}
.TagClassName
{
border-color: #AA362D;
}
</style>