Shades of Carmine #A30F31
Tints of Carmine #A30F31
RGB
CMYK
RGB Variations
Color information
#A30F31 (or 0xA30F31) is known color: Carmine. HEX triplet: A3, 0F and 31. RGB value is (163,15,49). Sum of RGB (Red+Green+Blue) = 163+15+49=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F31 is #5CF0CE. Grayscale: #3F3F3F. Windows color (decimal): -6090959 or 3215267. OLE color: 3215267.
HSL color Cylindrical-coordinate representation of color #A30F31: hue angle of 346.22º degrees, saturation: 0.83, 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 #A30F31 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 49 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.36 |
| HSL | 346.22º | 0.83% | 0.35% | - |
| HSV(B) | 346.22º | 0.91% | 0.64% | - |
| XYZ | 15.83 | 8.35 | 3.68 | - |
| YUV | 63.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 49 | 0 | 0.91 | 0.70 | 0.36 | 346.22 | 0.83 | 0.35 |
| Hex | A3 | F | 31 | 0 | 5B | 46 | 24 | 15A | 53 | 23 |
| Octal | 243 | 17 | 61 | 0 | 133 | 106 | 44 | 532 | 123 | 43 |
| Binary | 10100011 | 1111 | 110001 | 0 | 1011011 | 1000110 | 100100 | 101011010 | 1010011 | 100011 |
Color Harmonies of #A30F31
Complementary color
Monochromatic Colors of #A30F31
Black with #A30F31
Text Example
Text Example
White with #A30F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F31; }
p { color: rgb(163,15,49); }
H1.HeaderClassName
{
color: #A30F31;
}
.AnyTagClassName
{
color: #A30F31;
}
</style>
background-color css
<style>
a { background-color: #A30F31; }
a { background-color: rgb(163,15,49); }
div.DivClassName
{
background-color: #A30F31;
}
.BgClassName
{
background-color: #A30F31;
}
</style>
border-color css
<style>
span { border-color: #A30F31; }
span { border-color: rgb(163,15,49); }
td.TdClassName
{
border-color: #A30F31;
}
.TagClassName
{
border-color: #A30F31;
}
</style>