Shades of Carmine #A70321
Tints of Carmine #A70321
RGB
CMYK
RGB Variations
Color information
#A70321 (or 0xA70321) is known color: Carmine. HEX triplet: A7, 03 and 21. RGB value is (167,3,33). Sum of RGB (Red+Green+Blue) = 167+3+33=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A70321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70321 is #58FCDE. Grayscale: #373737. Windows color (decimal): -5831903 or 2163623. OLE color: 2163623.
HSL color Cylindrical-coordinate representation of color #A70321: hue angle of 349.02º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70321 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.35 |
| HSL | 349.02º | 0.96% | 0.33% | - |
| HSV(B) | 349.02º | 0.98% | 0.65% | - |
| XYZ | 16.24 | 8.39 | 2.2 | - |
| YUV | 55.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 33 | 0 | 0.98 | 0.80 | 0.35 | 349.02 | 0.96 | 0.33 |
| Hex | A7 | 3 | 21 | 0 | 62 | 50 | 23 | 15D | 60 | 21 |
| Octal | 247 | 3 | 41 | 0 | 142 | 120 | 43 | 535 | 140 | 41 |
| Binary | 10100111 | 11 | 100001 | 0 | 1100010 | 1010000 | 100011 | 101011101 | 1100000 | 100001 |
Color Harmonies of #A70321
Complementary color
Monochromatic Colors of #A70321
Black with #A70321
Text Example
Text Example
White with #A70321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70321; }
p { color: rgb(167,3,33); }
H1.HeaderClassName
{
color: #A70321;
}
.AnyTagClassName
{
color: #A70321;
}
</style>
background-color css
<style>
a { background-color: #A70321; }
a { background-color: rgb(167,3,33); }
div.DivClassName
{
background-color: #A70321;
}
.BgClassName
{
background-color: #A70321;
}
</style>
border-color css
<style>
span { border-color: #A70321; }
span { border-color: rgb(167,3,33); }
td.TdClassName
{
border-color: #A70321;
}
.TagClassName
{
border-color: #A70321;
}
</style>