Shades of Medium Carmine #A44137
Tints of Medium Carmine #A44137
RGB
CMYK
RGB Variations
Color information
#A44137 (or 0xA44137) is known color: Medium Carmine. HEX triplet: A4, 41 and 37. RGB value is (164,65,55). Sum of RGB (Red+Green+Blue) = 164+65+55=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A44137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44137 is #5BBEC8. Grayscale: #5D5D5D. Windows color (decimal): -6012617 or 3621284. OLE color: 3621284.
HSL color Cylindrical-coordinate representation of color #A44137: hue angle of 5.5º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44137 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 55 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.36 |
| HSL | 5.5º | 0.5% | 0.43% | - |
| HSV(B) | 5.5º | 0.66% | 0.64% | - |
| XYZ | 17.89 | 11.95 | 4.98 | - |
| YUV | 93.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 55 | 0 | 0.60 | 0.66 | 0.36 | 5.5 | 0.5 | 0.43 |
| Hex | A4 | 41 | 37 | 0 | 3C | 42 | 24 | 6 | 32 | 2B |
| Octal | 244 | 101 | 67 | 0 | 74 | 102 | 44 | 6 | 62 | 53 |
| Binary | 10100100 | 1000001 | 110111 | 0 | 111100 | 1000010 | 100100 | 110 | 110010 | 101011 |
Color Harmonies of #A44137
Complementary color
Monochromatic Colors of #A44137
Black with #A44137
Text Example
Text Example
White with #A44137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44137; }
p { color: rgb(164,65,55); }
H1.HeaderClassName
{
color: #A44137;
}
.AnyTagClassName
{
color: #A44137;
}
</style>
background-color css
<style>
a { background-color: #A44137; }
a { background-color: rgb(164,65,55); }
div.DivClassName
{
background-color: #A44137;
}
.BgClassName
{
background-color: #A44137;
}
</style>
border-color css
<style>
span { border-color: #A44137; }
span { border-color: rgb(164,65,55); }
td.TdClassName
{
border-color: #A44137;
}
.TagClassName
{
border-color: #A44137;
}
</style>