Shades of Carmine #A70036
Tints of Carmine #A70036
RGB
CMYK
RGB Variations
Color information
#A70036 (or 0xA70036) is known color: Carmine. HEX triplet: A7, 00 and 36. RGB value is (167,0,54). Sum of RGB (Red+Green+Blue) = 167+0+54=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A70036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70036 is #58FFC9. Grayscale: #383838. Windows color (decimal): -5832650 or 3539111. OLE color: 3539111.
HSL color Cylindrical-coordinate representation of color #A70036: hue angle of 340.6º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70036 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.68 | 0.35 |
| HSL | 340.6º | 1% | 0.33% | - |
| HSV(B) | 340.6º | 1% | 0.65% | - |
| XYZ | 16.6 | 8.48 | 4.25 | - |
| YUV | 56.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 54 | 0 | 1 | 0.68 | 0.35 | 340.6 | 1 | 0.33 |
| Hex | A7 | 0 | 36 | 0 | 64 | 44 | 23 | 155 | 64 | 21 |
| Octal | 247 | 0 | 66 | 0 | 144 | 104 | 43 | 525 | 144 | 41 |
| Binary | 10100111 | 0 | 110110 | 0 | 1100100 | 1000100 | 100011 | 101010101 | 1100100 | 100001 |
Color Harmonies of #A70036
Complementary color
Monochromatic Colors of #A70036
Black with #A70036
Text Example
Text Example
White with #A70036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70036; }
p { color: rgb(167,0,54); }
H1.HeaderClassName
{
color: #A70036;
}
.AnyTagClassName
{
color: #A70036;
}
</style>
background-color css
<style>
a { background-color: #A70036; }
a { background-color: rgb(167,0,54); }
div.DivClassName
{
background-color: #A70036;
}
.BgClassName
{
background-color: #A70036;
}
</style>
border-color css
<style>
span { border-color: #A70036; }
span { border-color: rgb(167,0,54); }
td.TdClassName
{
border-color: #A70036;
}
.TagClassName
{
border-color: #A70036;
}
</style>