Shades of Carmine #A30E34
Tints of Carmine #A30E34
RGB
CMYK
RGB Variations
Color information
#A30E34 (or 0xA30E34) is known color: Carmine. HEX triplet: A3, 0E and 34. RGB value is (163,14,52). Sum of RGB (Red+Green+Blue) = 163+14+52=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E34 is #5CF1CB. Grayscale: #3E3E3E. Windows color (decimal): -6091212 or 3411619. OLE color: 3411619.
HSL color Cylindrical-coordinate representation of color #A30E34: hue angle of 344.7º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E34 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 52 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.36 |
| HSL | 344.7º | 0.84% | 0.35% | - |
| HSV(B) | 344.7º | 0.91% | 0.64% | - |
| XYZ | 15.88 | 8.35 | 4.02 | - |
| YUV | 62.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 52 | 0 | 0.91 | 0.68 | 0.36 | 344.7 | 0.84 | 0.35 |
| Hex | A3 | E | 34 | 0 | 5B | 44 | 24 | 159 | 54 | 23 |
| Octal | 243 | 16 | 64 | 0 | 133 | 104 | 44 | 531 | 124 | 43 |
| Binary | 10100011 | 1110 | 110100 | 0 | 1011011 | 1000100 | 100100 | 101011001 | 1010100 | 100011 |
Color Harmonies of #A30E34
Complementary color
Monochromatic Colors of #A30E34
Black with #A30E34
Text Example
Text Example
White with #A30E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E34; }
p { color: rgb(163,14,52); }
H1.HeaderClassName
{
color: #A30E34;
}
.AnyTagClassName
{
color: #A30E34;
}
</style>
background-color css
<style>
a { background-color: #A30E34; }
a { background-color: rgb(163,14,52); }
div.DivClassName
{
background-color: #A30E34;
}
.BgClassName
{
background-color: #A30E34;
}
</style>
border-color css
<style>
span { border-color: #A30E34; }
span { border-color: rgb(163,14,52); }
td.TdClassName
{
border-color: #A30E34;
}
.TagClassName
{
border-color: #A30E34;
}
</style>