Shades of Carmine #A7012A
Tints of Carmine #A7012A
RGB
CMYK
RGB Variations
Color information
#A7012A (or 0xA7012A) is known color: Carmine. HEX triplet: A7, 01 and 2A. RGB value is (167,1,42). Sum of RGB (Red+Green+Blue) = 167+1+42=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A7012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7012A is #58FED5. Grayscale: #373737. Windows color (decimal): -5832406 or 2752935. OLE color: 2752935.
HSL color Cylindrical-coordinate representation of color #A7012A: hue angle of 345.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7012A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.35 |
| HSL | 345.18º | 0.99% | 0.33% | - |
| HSV(B) | 345.18º | 0.99% | 0.65% | - |
| XYZ | 16.37 | 8.4 | 2.95 | - |
| YUV | 55.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 42 | 0 | 0.99 | 0.75 | 0.35 | 345.18 | 0.99 | 0.33 |
| Hex | A7 | 1 | 2A | 0 | 63 | 4B | 23 | 159 | 63 | 21 |
| Octal | 247 | 1 | 52 | 0 | 143 | 113 | 43 | 531 | 143 | 41 |
| Binary | 10100111 | 1 | 101010 | 0 | 1100011 | 1001011 | 100011 | 101011001 | 1100011 | 100001 |
Color Harmonies of #A7012A
Complementary color
Monochromatic Colors of #A7012A
Black with #A7012A
Text Example
Text Example
White with #A7012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7012A; }
p { color: rgb(167,1,42); }
H1.HeaderClassName
{
color: #A7012A;
}
.AnyTagClassName
{
color: #A7012A;
}
</style>
background-color css
<style>
a { background-color: #A7012A; }
a { background-color: rgb(167,1,42); }
div.DivClassName
{
background-color: #A7012A;
}
.BgClassName
{
background-color: #A7012A;
}
</style>
border-color css
<style>
span { border-color: #A7012A; }
span { border-color: rgb(167,1,42); }
td.TdClassName
{
border-color: #A7012A;
}
.TagClassName
{
border-color: #A7012A;
}
</style>