Shades of Carmine #A30F2F
Tints of Carmine #A30F2F
RGB
CMYK
RGB Variations
Color information
#A30F2F (or 0xA30F2F) is known color: Carmine. HEX triplet: A3, 0F and 2F. RGB value is (163,15,47). Sum of RGB (Red+Green+Blue) = 163+15+47=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F2F is #5CF0D0. Grayscale: #3E3E3E. Windows color (decimal): -6090961 or 3084195. OLE color: 3084195.
HSL color Cylindrical-coordinate representation of color #A30F2F: hue angle of 347.03º 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 #A30F2F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 47 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.36 |
| HSL | 347.03º | 0.83% | 0.35% | - |
| HSV(B) | 347.03º | 0.91% | 0.64% | - |
| XYZ | 15.79 | 8.33 | 3.47 | - |
| YUV | 62.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 47 | 0 | 0.91 | 0.71 | 0.36 | 347.03 | 0.83 | 0.35 |
| Hex | A3 | F | 2F | 0 | 5B | 47 | 24 | 15B | 53 | 23 |
| Octal | 243 | 17 | 57 | 0 | 133 | 107 | 44 | 533 | 123 | 43 |
| Binary | 10100011 | 1111 | 101111 | 0 | 1011011 | 1000111 | 100100 | 101011011 | 1010011 | 100011 |
Color Harmonies of #A30F2F
Complementary color
Monochromatic Colors of #A30F2F
Black with #A30F2F
Text Example
Text Example
White with #A30F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F2F; }
p { color: rgb(163,15,47); }
H1.HeaderClassName
{
color: #A30F2F;
}
.AnyTagClassName
{
color: #A30F2F;
}
</style>
background-color css
<style>
a { background-color: #A30F2F; }
a { background-color: rgb(163,15,47); }
div.DivClassName
{
background-color: #A30F2F;
}
.BgClassName
{
background-color: #A30F2F;
}
</style>
border-color css
<style>
span { border-color: #A30F2F; }
span { border-color: rgb(163,15,47); }
td.TdClassName
{
border-color: #A30F2F;
}
.TagClassName
{
border-color: #A30F2F;
}
</style>