Shades of Carmine #A30E2F
Tints of Carmine #A30E2F
RGB
CMYK
RGB Variations
Color information
#A30E2F (or 0xA30E2F) is known color: Carmine. HEX triplet: A3, 0E and 2F. RGB value is (163,14,47). Sum of RGB (Red+Green+Blue) = 163+14+47=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E2F is #5CF1D0. Grayscale: #3E3E3E. Windows color (decimal): -6091217 or 3083939. OLE color: 3083939.
HSL color Cylindrical-coordinate representation of color #A30E2F: hue angle of 346.71º 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 #A30E2F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 47 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.36 |
| HSL | 346.71º | 0.84% | 0.35% | - |
| HSV(B) | 346.71º | 0.91% | 0.64% | - |
| XYZ | 15.77 | 8.31 | 3.46 | - |
| YUV | 62.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 47 | 0 | 0.91 | 0.71 | 0.36 | 346.71 | 0.84 | 0.35 |
| Hex | A3 | E | 2F | 0 | 5B | 47 | 24 | 15B | 54 | 23 |
| Octal | 243 | 16 | 57 | 0 | 133 | 107 | 44 | 533 | 124 | 43 |
| Binary | 10100011 | 1110 | 101111 | 0 | 1011011 | 1000111 | 100100 | 101011011 | 1010100 | 100011 |
Color Harmonies of #A30E2F
Complementary color
Monochromatic Colors of #A30E2F
Black with #A30E2F
Text Example
Text Example
White with #A30E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E2F; }
p { color: rgb(163,14,47); }
H1.HeaderClassName
{
color: #A30E2F;
}
.AnyTagClassName
{
color: #A30E2F;
}
</style>
background-color css
<style>
a { background-color: #A30E2F; }
a { background-color: rgb(163,14,47); }
div.DivClassName
{
background-color: #A30E2F;
}
.BgClassName
{
background-color: #A30E2F;
}
</style>
border-color css
<style>
span { border-color: #A30E2F; }
span { border-color: rgb(163,14,47); }
td.TdClassName
{
border-color: #A30E2F;
}
.TagClassName
{
border-color: #A30E2F;
}
</style>