Shades of Carmine #A00629
Tints of Carmine #A00629
RGB
CMYK
RGB Variations
Color information
#A00629 (or 0xA00629) is known color: Carmine. HEX triplet: A0, 06 and 29. RGB value is (160,6,41). Sum of RGB (Red+Green+Blue) = 160+6+41=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A00629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00629 is #5FF9D6. Grayscale: #383838. Windows color (decimal): -6289879 or 2688672. OLE color: 2688672.
HSL color Cylindrical-coordinate representation of color #A00629: hue angle of 346.36º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00629 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 41 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.37 |
| HSL | 346.36º | 0.93% | 0.33% | - |
| HSV(B) | 346.36º | 0.96% | 0.63% | - |
| XYZ | 14.96 | 7.76 | 2.81 | - |
| YUV | 56.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 41 | 0 | 0.96 | 0.74 | 0.37 | 346.36 | 0.93 | 0.33 |
| Hex | A0 | 6 | 29 | 0 | 60 | 4A | 25 | 15A | 5D | 21 |
| Octal | 240 | 6 | 51 | 0 | 140 | 112 | 45 | 532 | 135 | 41 |
| Binary | 10100000 | 110 | 101001 | 0 | 1100000 | 1001010 | 100101 | 101011010 | 1011101 | 100001 |
Color Harmonies of #A00629
Complementary color
Monochromatic Colors of #A00629
Black with #A00629
Text Example
Text Example
White with #A00629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00629; }
p { color: rgb(160,6,41); }
H1.HeaderClassName
{
color: #A00629;
}
.AnyTagClassName
{
color: #A00629;
}
</style>
background-color css
<style>
a { background-color: #A00629; }
a { background-color: rgb(160,6,41); }
div.DivClassName
{
background-color: #A00629;
}
.BgClassName
{
background-color: #A00629;
}
</style>
border-color css
<style>
span { border-color: #A00629; }
span { border-color: rgb(160,6,41); }
td.TdClassName
{
border-color: #A00629;
}
.TagClassName
{
border-color: #A00629;
}
</style>