Shades of Carmine #A70223
Tints of Carmine #A70223
RGB
CMYK
RGB Variations
Color information
#A70223 (or 0xA70223) is known color: Carmine. HEX triplet: A7, 02 and 23. RGB value is (167,2,35). Sum of RGB (Red+Green+Blue) = 167+2+35=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A70223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70223 is #58FDDC. Grayscale: #373737. Windows color (decimal): -5832157 or 2294439. OLE color: 2294439.
HSL color Cylindrical-coordinate representation of color #A70223: hue angle of 348º degrees, saturation: 0.98, 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 #A70223 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.35 |
| HSL | 348º | 0.98% | 0.33% | - |
| HSV(B) | 348º | 0.99% | 0.65% | - |
| XYZ | 16.26 | 8.38 | 2.35 | - |
| YUV | 55.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 35 | 0 | 0.99 | 0.79 | 0.35 | 348 | 0.98 | 0.33 |
| Hex | A7 | 2 | 23 | 0 | 63 | 4F | 23 | 15C | 62 | 21 |
| Octal | 247 | 2 | 43 | 0 | 143 | 117 | 43 | 534 | 142 | 41 |
| Binary | 10100111 | 10 | 100011 | 0 | 1100011 | 1001111 | 100011 | 101011100 | 1100010 | 100001 |
Color Harmonies of #A70223
Complementary color
Monochromatic Colors of #A70223
Black with #A70223
Text Example
Text Example
White with #A70223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70223; }
p { color: rgb(167,2,35); }
H1.HeaderClassName
{
color: #A70223;
}
.AnyTagClassName
{
color: #A70223;
}
</style>
background-color css
<style>
a { background-color: #A70223; }
a { background-color: rgb(167,2,35); }
div.DivClassName
{
background-color: #A70223;
}
.BgClassName
{
background-color: #A70223;
}
</style>
border-color css
<style>
span { border-color: #A70223; }
span { border-color: rgb(167,2,35); }
td.TdClassName
{
border-color: #A70223;
}
.TagClassName
{
border-color: #A70223;
}
</style>