Shades of Carmine #A30D31
Tints of Carmine #A30D31
RGB
CMYK
RGB Variations
Color information
#A30D31 (or 0xA30D31) is known color: Carmine. HEX triplet: A3, 0D and 31. RGB value is (163,13,49). Sum of RGB (Red+Green+Blue) = 163+13+49=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30D31 is #5CF2CE. Grayscale: #3D3D3D. Windows color (decimal): -6091471 or 3214755. OLE color: 3214755.
HSL color Cylindrical-coordinate representation of color #A30D31: hue angle of 345.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D31 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 49 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.36 |
| HSL | 345.6º | 0.85% | 0.35% | - |
| HSV(B) | 345.6º | 0.92% | 0.64% | - |
| XYZ | 15.8 | 8.3 | 3.67 | - |
| YUV | 61.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 49 | 0 | 0.92 | 0.70 | 0.36 | 345.6 | 0.85 | 0.35 |
| Hex | A3 | D | 31 | 0 | 5C | 46 | 24 | 15A | 55 | 23 |
| Octal | 243 | 15 | 61 | 0 | 134 | 106 | 44 | 532 | 125 | 43 |
| Binary | 10100011 | 1101 | 110001 | 0 | 1011100 | 1000110 | 100100 | 101011010 | 1010101 | 100011 |
Color Harmonies of #A30D31
Complementary color
Monochromatic Colors of #A30D31
Black with #A30D31
Text Example
Text Example
White with #A30D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D31; }
p { color: rgb(163,13,49); }
H1.HeaderClassName
{
color: #A30D31;
}
.AnyTagClassName
{
color: #A30D31;
}
</style>
background-color css
<style>
a { background-color: #A30D31; }
a { background-color: rgb(163,13,49); }
div.DivClassName
{
background-color: #A30D31;
}
.BgClassName
{
background-color: #A30D31;
}
</style>
border-color css
<style>
span { border-color: #A30D31; }
span { border-color: rgb(163,13,49); }
td.TdClassName
{
border-color: #A30D31;
}
.TagClassName
{
border-color: #A30D31;
}
</style>