Shades of Carmine #A70339
Tints of Carmine #A70339
RGB
CMYK
RGB Variations
Color information
#A70339 (or 0xA70339) is known color: Carmine. HEX triplet: A7, 03 and 39. RGB value is (167,3,57). Sum of RGB (Red+Green+Blue) = 167+3+57=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A70339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70339 is #58FCC6. Grayscale: #3A3A3A. Windows color (decimal): -5831879 or 3736487. OLE color: 3736487.
HSL color Cylindrical-coordinate representation of color #A70339: hue angle of 340.24º 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 #A70339 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 57 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.35 |
| HSL | 340.24º | 0.96% | 0.33% | - |
| HSV(B) | 340.24º | 0.98% | 0.65% | - |
| XYZ | 16.71 | 8.58 | 4.65 | - |
| YUV | 58.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 57 | 0 | 0.98 | 0.66 | 0.35 | 340.24 | 0.96 | 0.33 |
| Hex | A7 | 3 | 39 | 0 | 62 | 42 | 23 | 154 | 60 | 21 |
| Octal | 247 | 3 | 71 | 0 | 142 | 102 | 43 | 524 | 140 | 41 |
| Binary | 10100111 | 11 | 111001 | 0 | 1100010 | 1000010 | 100011 | 101010100 | 1100000 | 100001 |
Color Harmonies of #A70339
Complementary color
Monochromatic Colors of #A70339
Black with #A70339
Text Example
Text Example
White with #A70339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70339; }
p { color: rgb(167,3,57); }
H1.HeaderClassName
{
color: #A70339;
}
.AnyTagClassName
{
color: #A70339;
}
</style>
background-color css
<style>
a { background-color: #A70339; }
a { background-color: rgb(167,3,57); }
div.DivClassName
{
background-color: #A70339;
}
.BgClassName
{
background-color: #A70339;
}
</style>
border-color css
<style>
span { border-color: #A70339; }
span { border-color: rgb(167,3,57); }
td.TdClassName
{
border-color: #A70339;
}
.TagClassName
{
border-color: #A70339;
}
</style>