Shades of Medium Carmine #A43D30
Tints of Medium Carmine #A43D30
RGB
CMYK
RGB Variations
Color information
#A43D30 (or 0xA43D30) is known color: Medium Carmine. HEX triplet: A4, 3D and 30. RGB value is (164,61,48). Sum of RGB (Red+Green+Blue) = 164+61+48=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D30 is #5BC2CF. Grayscale: #5A5A5A. Windows color (decimal): -6013648 or 3161508. OLE color: 3161508.
HSL color Cylindrical-coordinate representation of color #A43D30: hue angle of 6.72º 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 #A43D30 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 48 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.36 |
| HSL | 6.72º | 0.55% | 0.42% | - |
| HSV(B) | 6.72º | 0.71% | 0.64% | - |
| XYZ | 17.51 | 11.44 | 4.08 | - |
| YUV | 90.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 48 | 0 | 0.63 | 0.71 | 0.36 | 6.72 | 0.55 | 0.42 |
| Hex | A4 | 3D | 30 | 0 | 3F | 47 | 24 | 7 | 37 | 2A |
| Octal | 244 | 75 | 60 | 0 | 77 | 107 | 44 | 7 | 67 | 52 |
| Binary | 10100100 | 111101 | 110000 | 0 | 111111 | 1000111 | 100100 | 111 | 110111 | 101010 |
Color Harmonies of #A43D30
Complementary color
Monochromatic Colors of #A43D30
Black with #A43D30
Text Example
Text Example
White with #A43D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D30; }
p { color: rgb(164,61,48); }
H1.HeaderClassName
{
color: #A43D30;
}
.AnyTagClassName
{
color: #A43D30;
}
</style>
background-color css
<style>
a { background-color: #A43D30; }
a { background-color: rgb(164,61,48); }
div.DivClassName
{
background-color: #A43D30;
}
.BgClassName
{
background-color: #A43D30;
}
</style>
border-color css
<style>
span { border-color: #A43D30; }
span { border-color: rgb(164,61,48); }
td.TdClassName
{
border-color: #A43D30;
}
.TagClassName
{
border-color: #A43D30;
}
</style>