Shades of Carmine #A70F2E
Tints of Carmine #A70F2E
RGB
CMYK
RGB Variations
Color information
#A70F2E (or 0xA70F2E) is known color: Carmine. HEX triplet: A7, 0F and 2E. RGB value is (167,15,46). Sum of RGB (Red+Green+Blue) = 167+15+46=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F2E is #58F0D1. Grayscale: #404040. Windows color (decimal): -5828818 or 3018663. OLE color: 3018663.
HSL color Cylindrical-coordinate representation of color #A70F2E: hue angle of 347.76º 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 #A70F2E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 46 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.35 |
| HSL | 347.76º | 0.84% | 0.36% | - |
| HSV(B) | 347.76º | 0.91% | 0.65% | - |
| XYZ | 16.6 | 8.75 | 3.4 | - |
| YUV | 63.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 46 | 0 | 0.91 | 0.72 | 0.35 | 347.76 | 0.84 | 0.36 |
| Hex | A7 | F | 2E | 0 | 5B | 48 | 23 | 15C | 54 | 24 |
| Octal | 247 | 17 | 56 | 0 | 133 | 110 | 43 | 534 | 124 | 44 |
| Binary | 10100111 | 1111 | 101110 | 0 | 1011011 | 1001000 | 100011 | 101011100 | 1010100 | 100100 |
Color Harmonies of #A70F2E
Complementary color
Monochromatic Colors of #A70F2E
Black with #A70F2E
Text Example
Text Example
White with #A70F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F2E; }
p { color: rgb(167,15,46); }
H1.HeaderClassName
{
color: #A70F2E;
}
.AnyTagClassName
{
color: #A70F2E;
}
</style>
background-color css
<style>
a { background-color: #A70F2E; }
a { background-color: rgb(167,15,46); }
div.DivClassName
{
background-color: #A70F2E;
}
.BgClassName
{
background-color: #A70F2E;
}
</style>
border-color css
<style>
span { border-color: #A70F2E; }
span { border-color: rgb(167,15,46); }
td.TdClassName
{
border-color: #A70F2E;
}
.TagClassName
{
border-color: #A70F2E;
}
</style>