Shades of Medium Carmine #AA382D
Tints of Medium Carmine #AA382D
RGB
CMYK
RGB Variations
Color information
#AA382D (or 0xAA382D) is known color: Medium Carmine. HEX triplet: AA, 38 and 2D. RGB value is (170,56,45). Sum of RGB (Red+Green+Blue) = 170+56+45=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA382D is #55C7D2. Grayscale: #585858. Windows color (decimal): -5621715 or 2963626. OLE color: 2963626.
HSL color Cylindrical-coordinate representation of color #AA382D: hue angle of 5.28º 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 #AA382D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 45 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.33 |
| HSL | 5.28º | 0.58% | 0.42% | - |
| HSV(B) | 5.28º | 0.74% | 0.67% | - |
| XYZ | 18.47 | 11.56 | 3.74 | - |
| YUV | 88.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 45 | 0 | 0.67 | 0.74 | 0.33 | 5.28 | 0.58 | 0.42 |
| Hex | AA | 38 | 2D | 0 | 43 | 4A | 21 | 5 | 3A | 2A |
| Octal | 252 | 70 | 55 | 0 | 103 | 112 | 41 | 5 | 72 | 52 |
| Binary | 10101010 | 111000 | 101101 | 0 | 1000011 | 1001010 | 100001 | 101 | 111010 | 101010 |
Color Harmonies of #AA382D
Complementary color
Monochromatic Colors of #AA382D
Black with #AA382D
Text Example
Text Example
White with #AA382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA382D; }
p { color: rgb(170,56,45); }
H1.HeaderClassName
{
color: #AA382D;
}
.AnyTagClassName
{
color: #AA382D;
}
</style>
background-color css
<style>
a { background-color: #AA382D; }
a { background-color: rgb(170,56,45); }
div.DivClassName
{
background-color: #AA382D;
}
.BgClassName
{
background-color: #AA382D;
}
</style>
border-color css
<style>
span { border-color: #AA382D; }
span { border-color: rgb(170,56,45); }
td.TdClassName
{
border-color: #AA382D;
}
.TagClassName
{
border-color: #AA382D;
}
</style>