Shades of Medium Carmine #A43C30
Tints of Medium Carmine #A43C30
RGB
CMYK
RGB Variations
Color information
#A43C30 (or 0xA43C30) is known color: Medium Carmine. HEX triplet: A4, 3C and 30. RGB value is (164,60,48). Sum of RGB (Red+Green+Blue) = 164+60+48=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C30 is #5BC3CF. Grayscale: #595959. Windows color (decimal): -6013904 or 3161252. OLE color: 3161252.
HSL color Cylindrical-coordinate representation of color #A43C30: hue angle of 6.21º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43C30 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 48 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.36 |
| HSL | 6.21º | 0.55% | 0.42% | - |
| HSV(B) | 6.21º | 0.71% | 0.64% | - |
| XYZ | 17.46 | 11.34 | 4.06 | - |
| YUV | 89.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 48 | 0 | 0.63 | 0.71 | 0.36 | 6.21 | 0.55 | 0.42 |
| Hex | A4 | 3C | 30 | 0 | 3F | 47 | 24 | 6 | 37 | 2A |
| Octal | 244 | 74 | 60 | 0 | 77 | 107 | 44 | 6 | 67 | 52 |
| Binary | 10100100 | 111100 | 110000 | 0 | 111111 | 1000111 | 100100 | 110 | 110111 | 101010 |
Color Harmonies of #A43C30
Complementary color
Monochromatic Colors of #A43C30
Black with #A43C30
Text Example
Text Example
White with #A43C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C30; }
p { color: rgb(164,60,48); }
H1.HeaderClassName
{
color: #A43C30;
}
.AnyTagClassName
{
color: #A43C30;
}
</style>
background-color css
<style>
a { background-color: #A43C30; }
a { background-color: rgb(164,60,48); }
div.DivClassName
{
background-color: #A43C30;
}
.BgClassName
{
background-color: #A43C30;
}
</style>
border-color css
<style>
span { border-color: #A43C30; }
span { border-color: rgb(164,60,48); }
td.TdClassName
{
border-color: #A43C30;
}
.TagClassName
{
border-color: #A43C30;
}
</style>