Shades of Medium Carmine #A64338
Tints of Medium Carmine #A64338
RGB
CMYK
RGB Variations
Color information
#A64338 (or 0xA64338) is known color: Medium Carmine. HEX triplet: A6, 43 and 38. RGB value is (166,67,56). Sum of RGB (Red+Green+Blue) = 166+67+56=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64338 is #59BCC7. Grayscale: #5F5F5F. Windows color (decimal): -5881032 or 3687334. OLE color: 3687334.
HSL color Cylindrical-coordinate representation of color #A64338: hue angle of 6º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64338 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 56 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.35 |
| HSL | 6º | 0.5% | 0.44% | - |
| HSV(B) | 6º | 0.66% | 0.65% | - |
| XYZ | 18.45 | 12.41 | 5.16 | - |
| YUV | 95.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 56 | 0 | 0.60 | 0.66 | 0.35 | 6 | 0.5 | 0.44 |
| Hex | A6 | 43 | 38 | 0 | 3C | 42 | 23 | 6 | 32 | 2C |
| Octal | 246 | 103 | 70 | 0 | 74 | 102 | 43 | 6 | 62 | 54 |
| Binary | 10100110 | 1000011 | 111000 | 0 | 111100 | 1000010 | 100011 | 110 | 110010 | 101100 |
Color Harmonies of #A64338
Complementary color
Monochromatic Colors of #A64338
Black with #A64338
Text Example
Text Example
White with #A64338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64338; }
p { color: rgb(166,67,56); }
H1.HeaderClassName
{
color: #A64338;
}
.AnyTagClassName
{
color: #A64338;
}
</style>
background-color css
<style>
a { background-color: #A64338; }
a { background-color: rgb(166,67,56); }
div.DivClassName
{
background-color: #A64338;
}
.BgClassName
{
background-color: #A64338;
}
</style>
border-color css
<style>
span { border-color: #A64338; }
span { border-color: rgb(166,67,56); }
td.TdClassName
{
border-color: #A64338;
}
.TagClassName
{
border-color: #A64338;
}
</style>