Shades of Medium Carmine #AA433B
Tints of Medium Carmine #AA433B
RGB
CMYK
RGB Variations
Color information
#AA433B (or 0xAA433B) is known color: Medium Carmine. HEX triplet: AA, 43 and 3B. RGB value is (170,67,59). Sum of RGB (Red+Green+Blue) = 170+67+59=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA433B is #55BCC4. Grayscale: #616161. Windows color (decimal): -5618885 or 3883946. OLE color: 3883946.
HSL color Cylindrical-coordinate representation of color #AA433B: hue angle of 4.32º 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 #AA433B is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 59 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.33 |
| HSL | 4.32º | 0.48% | 0.45% | - |
| HSV(B) | 4.32º | 0.65% | 0.67% | - |
| XYZ | 19.37 | 12.88 | 5.6 | - |
| YUV | 96.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 59 | 0 | 0.61 | 0.65 | 0.33 | 4.32 | 0.48 | 0.45 |
| Hex | AA | 43 | 3B | 0 | 3D | 41 | 21 | 4 | 30 | 2D |
| Octal | 252 | 103 | 73 | 0 | 75 | 101 | 41 | 4 | 60 | 55 |
| Binary | 10101010 | 1000011 | 111011 | 0 | 111101 | 1000001 | 100001 | 100 | 110000 | 101101 |
Color Harmonies of #AA433B
Complementary color
Monochromatic Colors of #AA433B
Black with #AA433B
Text Example
Text Example
White with #AA433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA433B; }
p { color: rgb(170,67,59); }
H1.HeaderClassName
{
color: #AA433B;
}
.AnyTagClassName
{
color: #AA433B;
}
</style>
background-color css
<style>
a { background-color: #AA433B; }
a { background-color: rgb(170,67,59); }
div.DivClassName
{
background-color: #AA433B;
}
.BgClassName
{
background-color: #AA433B;
}
</style>
border-color css
<style>
span { border-color: #AA433B; }
span { border-color: rgb(170,67,59); }
td.TdClassName
{
border-color: #AA433B;
}
.TagClassName
{
border-color: #AA433B;
}
</style>