Shades of Medium Carmine #AA433C
Tints of Medium Carmine #AA433C
RGB
CMYK
RGB Variations
Color information
#AA433C (or 0xAA433C) is known color: Medium Carmine. HEX triplet: AA, 43 and 3C. RGB value is (170,67,60). Sum of RGB (Red+Green+Blue) = 170+67+60=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA433C is #55BCC3. Grayscale: #616161. Windows color (decimal): -5618884 or 3949482. OLE color: 3949482.
HSL color Cylindrical-coordinate representation of color #AA433C: hue angle of 3.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA433C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 60 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.33 |
| HSL | 3.82º | 0.48% | 0.45% | - |
| HSV(B) | 3.82º | 0.65% | 0.67% | - |
| XYZ | 19.4 | 12.89 | 5.74 | - |
| YUV | 97 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 60 | 0 | 0.61 | 0.65 | 0.33 | 3.82 | 0.48 | 0.45 |
| Hex | AA | 43 | 3C | 0 | 3D | 41 | 21 | 4 | 30 | 2D |
| Octal | 252 | 103 | 74 | 0 | 75 | 101 | 41 | 4 | 60 | 55 |
| Binary | 10101010 | 1000011 | 111100 | 0 | 111101 | 1000001 | 100001 | 100 | 110000 | 101101 |
Color Harmonies of #AA433C
Complementary color
Monochromatic Colors of #AA433C
Black with #AA433C
Text Example
Text Example
White with #AA433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA433C; }
p { color: rgb(170,67,60); }
H1.HeaderClassName
{
color: #AA433C;
}
.AnyTagClassName
{
color: #AA433C;
}
</style>
background-color css
<style>
a { background-color: #AA433C; }
a { background-color: rgb(170,67,60); }
div.DivClassName
{
background-color: #AA433C;
}
.BgClassName
{
background-color: #AA433C;
}
</style>
border-color css
<style>
span { border-color: #AA433C; }
span { border-color: rgb(170,67,60); }
td.TdClassName
{
border-color: #AA433C;
}
.TagClassName
{
border-color: #AA433C;
}
</style>