Shades of Carmine #A50629
Tints of Carmine #A50629
RGB
CMYK
RGB Variations
Color information
#A50629 (or 0xA50629) is known color: Carmine. HEX triplet: A5, 06 and 29. RGB value is (165,6,41). Sum of RGB (Red+Green+Blue) = 165+6+41=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A50629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50629 is #5AF9D6. Grayscale: #393939. Windows color (decimal): -5962199 or 2688677. OLE color: 2688677.
HSL color Cylindrical-coordinate representation of color #A50629: hue angle of 346.79º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50629 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 6 | 41 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.35 |
| HSL | 346.79º | 0.93% | 0.34% | - |
| HSV(B) | 346.79º | 0.96% | 0.65% | - |
| XYZ | 15.98 | 8.29 | 2.86 | - |
| YUV | 57.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 41 | 0 | 0.96 | 0.75 | 0.35 | 346.79 | 0.93 | 0.34 |
| Hex | A5 | 6 | 29 | 0 | 60 | 4B | 23 | 15B | 5D | 22 |
| Octal | 245 | 6 | 51 | 0 | 140 | 113 | 43 | 533 | 135 | 42 |
| Binary | 10100101 | 110 | 101001 | 0 | 1100000 | 1001011 | 100011 | 101011011 | 1011101 | 100010 |
Color Harmonies of #A50629
Complementary color
Monochromatic Colors of #A50629
Black with #A50629
Text Example
Text Example
White with #A50629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50629; }
p { color: rgb(165,6,41); }
H1.HeaderClassName
{
color: #A50629;
}
.AnyTagClassName
{
color: #A50629;
}
</style>
background-color css
<style>
a { background-color: #A50629; }
a { background-color: rgb(165,6,41); }
div.DivClassName
{
background-color: #A50629;
}
.BgClassName
{
background-color: #A50629;
}
</style>
border-color css
<style>
span { border-color: #A50629; }
span { border-color: rgb(165,6,41); }
td.TdClassName
{
border-color: #A50629;
}
.TagClassName
{
border-color: #A50629;
}
</style>