Shades of Carmine #A30531
Tints of Carmine #A30531
RGB
CMYK
RGB Variations
Color information
#A30531 (or 0xA30531) is known color: Carmine. HEX triplet: A3, 05 and 31. RGB value is (163,5,49). Sum of RGB (Red+Green+Blue) = 163+5+49=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A30531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30531 is #5CFACE. Grayscale: #393939. Windows color (decimal): -6093519 or 3212707. OLE color: 3212707.
HSL color Cylindrical-coordinate representation of color #A30531: hue angle of 343.29º 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 #A30531 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.36 |
| HSL | 343.29º | 0.94% | 0.33% | - |
| HSV(B) | 343.29º | 0.97% | 0.64% | - |
| XYZ | 15.71 | 8.12 | 3.64 | - |
| YUV | 57.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 49 | 0 | 0.97 | 0.70 | 0.36 | 343.29 | 0.94 | 0.33 |
| Hex | A3 | 5 | 31 | 0 | 61 | 46 | 24 | 157 | 5E | 21 |
| Octal | 243 | 5 | 61 | 0 | 141 | 106 | 44 | 527 | 136 | 41 |
| Binary | 10100011 | 101 | 110001 | 0 | 1100001 | 1000110 | 100100 | 101010111 | 1011110 | 100001 |
Color Harmonies of #A30531
Complementary color
Monochromatic Colors of #A30531
Black with #A30531
Text Example
Text Example
White with #A30531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30531; }
p { color: rgb(163,5,49); }
H1.HeaderClassName
{
color: #A30531;
}
.AnyTagClassName
{
color: #A30531;
}
</style>
background-color css
<style>
a { background-color: #A30531; }
a { background-color: rgb(163,5,49); }
div.DivClassName
{
background-color: #A30531;
}
.BgClassName
{
background-color: #A30531;
}
</style>
border-color css
<style>
span { border-color: #A30531; }
span { border-color: rgb(163,5,49); }
td.TdClassName
{
border-color: #A30531;
}
.TagClassName
{
border-color: #A30531;
}
</style>