Shades of Medium Carmine #A64233
Tints of Medium Carmine #A64233
RGB
CMYK
RGB Variations
Color information
#A64233 (or 0xA64233) is known color: Medium Carmine. HEX triplet: A6, 42 and 33. RGB value is (166,66,51). Sum of RGB (Red+Green+Blue) = 166+66+51=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A64233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64233 is #59BDCC. Grayscale: #5E5E5E. Windows color (decimal): -5881293 or 3359398. OLE color: 3359398.
HSL color Cylindrical-coordinate representation of color #A64233: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64233 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 51 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.35 |
| HSL | 7.83º | 0.53% | 0.43% | - |
| HSV(B) | 7.83º | 0.69% | 0.65% | - |
| XYZ | 18.27 | 12.24 | 4.53 | - |
| YUV | 94.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 51 | 0 | 0.60 | 0.69 | 0.35 | 7.83 | 0.53 | 0.43 |
| Hex | A6 | 42 | 33 | 0 | 3C | 45 | 23 | 8 | 35 | 2B |
| Octal | 246 | 102 | 63 | 0 | 74 | 105 | 43 | 10 | 65 | 53 |
| Binary | 10100110 | 1000010 | 110011 | 0 | 111100 | 1000101 | 100011 | 1000 | 110101 | 101011 |
Color Harmonies of #A64233
Complementary color
Monochromatic Colors of #A64233
Black with #A64233
Text Example
Text Example
White with #A64233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64233; }
p { color: rgb(166,66,51); }
H1.HeaderClassName
{
color: #A64233;
}
.AnyTagClassName
{
color: #A64233;
}
</style>
background-color css
<style>
a { background-color: #A64233; }
a { background-color: rgb(166,66,51); }
div.DivClassName
{
background-color: #A64233;
}
.BgClassName
{
background-color: #A64233;
}
</style>
border-color css
<style>
span { border-color: #A64233; }
span { border-color: rgb(166,66,51); }
td.TdClassName
{
border-color: #A64233;
}
.TagClassName
{
border-color: #A64233;
}
</style>