Shades of Carmine #A30534
Tints of Carmine #A30534
RGB
CMYK
RGB Variations
Color information
#A30534 (or 0xA30534) is known color: Carmine. HEX triplet: A3, 05 and 34. RGB value is (163,5,52). Sum of RGB (Red+Green+Blue) = 163+5+52=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A30534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30534 is #5CFACB. Grayscale: #393939. Windows color (decimal): -6093516 or 3409315. OLE color: 3409315.
HSL color Cylindrical-coordinate representation of color #A30534: hue angle of 342.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30534 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 52 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.36 |
| HSL | 342.15º | 0.94% | 0.33% | - |
| HSV(B) | 342.15º | 0.97% | 0.64% | - |
| XYZ | 15.78 | 8.14 | 3.99 | - |
| YUV | 57.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 52 | 0 | 0.97 | 0.68 | 0.36 | 342.15 | 0.94 | 0.33 |
| Hex | A3 | 5 | 34 | 0 | 61 | 44 | 24 | 156 | 5E | 21 |
| Octal | 243 | 5 | 64 | 0 | 141 | 104 | 44 | 526 | 136 | 41 |
| Binary | 10100011 | 101 | 110100 | 0 | 1100001 | 1000100 | 100100 | 101010110 | 1011110 | 100001 |
Color Harmonies of #A30534
Complementary color
Monochromatic Colors of #A30534
Black with #A30534
Text Example
Text Example
White with #A30534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30534; }
p { color: rgb(163,5,52); }
H1.HeaderClassName
{
color: #A30534;
}
.AnyTagClassName
{
color: #A30534;
}
</style>
background-color css
<style>
a { background-color: #A30534; }
a { background-color: rgb(163,5,52); }
div.DivClassName
{
background-color: #A30534;
}
.BgClassName
{
background-color: #A30534;
}
</style>
border-color css
<style>
span { border-color: #A30534; }
span { border-color: rgb(163,5,52); }
td.TdClassName
{
border-color: #A30534;
}
.TagClassName
{
border-color: #A30534;
}
</style>