Shades of Carmine #A70F2D
Tints of Carmine #A70F2D
RGB
CMYK
RGB Variations
Color information
#A70F2D (or 0xA70F2D) is known color: Carmine. HEX triplet: A7, 0F and 2D. RGB value is (167,15,45). Sum of RGB (Red+Green+Blue) = 167+15+45=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F2D is #58F0D2. Grayscale: #3F3F3F. Windows color (decimal): -5828819 or 2953127. OLE color: 2953127.
HSL color Cylindrical-coordinate representation of color #A70F2D: hue angle of 348.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F2D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 45 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.35 |
| HSL | 348.16º | 0.84% | 0.36% | - |
| HSV(B) | 348.16º | 0.91% | 0.65% | - |
| XYZ | 16.58 | 8.75 | 3.3 | - |
| YUV | 63.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 45 | 0 | 0.91 | 0.73 | 0.35 | 348.16 | 0.84 | 0.36 |
| Hex | A7 | F | 2D | 0 | 5B | 49 | 23 | 15C | 54 | 24 |
| Octal | 247 | 17 | 55 | 0 | 133 | 111 | 43 | 534 | 124 | 44 |
| Binary | 10100111 | 1111 | 101101 | 0 | 1011011 | 1001001 | 100011 | 101011100 | 1010100 | 100100 |
Color Harmonies of #A70F2D
Complementary color
Monochromatic Colors of #A70F2D
Black with #A70F2D
Text Example
Text Example
White with #A70F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F2D; }
p { color: rgb(167,15,45); }
H1.HeaderClassName
{
color: #A70F2D;
}
.AnyTagClassName
{
color: #A70F2D;
}
</style>
background-color css
<style>
a { background-color: #A70F2D; }
a { background-color: rgb(167,15,45); }
div.DivClassName
{
background-color: #A70F2D;
}
.BgClassName
{
background-color: #A70F2D;
}
</style>
border-color css
<style>
span { border-color: #A70F2D; }
span { border-color: rgb(167,15,45); }
td.TdClassName
{
border-color: #A70F2D;
}
.TagClassName
{
border-color: #A70F2D;
}
</style>