Shades of Carmine #A70127
Tints of Carmine #A70127
RGB
CMYK
RGB Variations
Color information
#A70127 (or 0xA70127) is known color: Carmine. HEX triplet: A7, 01 and 27. RGB value is (167,1,39). Sum of RGB (Red+Green+Blue) = 167+1+39=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A70127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70127 is #58FED8. Grayscale: #363636. Windows color (decimal): -5832409 or 2556327. OLE color: 2556327.
HSL color Cylindrical-coordinate representation of color #A70127: hue angle of 346.27º 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 #A70127 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.35 |
| HSL | 346.27º | 0.99% | 0.33% | - |
| HSV(B) | 346.27º | 0.99% | 0.65% | - |
| XYZ | 16.31 | 8.38 | 2.68 | - |
| YUV | 54.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 39 | 0 | 0.99 | 0.77 | 0.35 | 346.27 | 0.99 | 0.33 |
| Hex | A7 | 1 | 27 | 0 | 63 | 4D | 23 | 15A | 63 | 21 |
| Octal | 247 | 1 | 47 | 0 | 143 | 115 | 43 | 532 | 143 | 41 |
| Binary | 10100111 | 1 | 100111 | 0 | 1100011 | 1001101 | 100011 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A70127
Complementary color
Monochromatic Colors of #A70127
Black with #A70127
Text Example
Text Example
White with #A70127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70127; }
p { color: rgb(167,1,39); }
H1.HeaderClassName
{
color: #A70127;
}
.AnyTagClassName
{
color: #A70127;
}
</style>
background-color css
<style>
a { background-color: #A70127; }
a { background-color: rgb(167,1,39); }
div.DivClassName
{
background-color: #A70127;
}
.BgClassName
{
background-color: #A70127;
}
</style>
border-color css
<style>
span { border-color: #A70127; }
span { border-color: rgb(167,1,39); }
td.TdClassName
{
border-color: #A70127;
}
.TagClassName
{
border-color: #A70127;
}
</style>