Shades of Carmine #A30629
Tints of Carmine #A30629
RGB
CMYK
RGB Variations
Color information
#A30629 (or 0xA30629) is known color: Carmine. HEX triplet: A3, 06 and 29. RGB value is (163,6,41). Sum of RGB (Red+Green+Blue) = 163+6+41=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A30629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30629 is #5CF9D6. Grayscale: #383838. Windows color (decimal): -6093271 or 2688675. OLE color: 2688675.
HSL color Cylindrical-coordinate representation of color #A30629: hue angle of 346.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30629 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 41 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.36 |
| HSL | 346.62º | 0.93% | 0.33% | - |
| HSV(B) | 346.62º | 0.96% | 0.64% | - |
| XYZ | 15.57 | 8.08 | 2.84 | - |
| YUV | 56.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 41 | 0 | 0.96 | 0.75 | 0.36 | 346.62 | 0.93 | 0.33 |
| Hex | A3 | 6 | 29 | 0 | 60 | 4B | 24 | 15B | 5D | 21 |
| Octal | 243 | 6 | 51 | 0 | 140 | 113 | 44 | 533 | 135 | 41 |
| Binary | 10100011 | 110 | 101001 | 0 | 1100000 | 1001011 | 100100 | 101011011 | 1011101 | 100001 |
Color Harmonies of #A30629
Complementary color
Monochromatic Colors of #A30629
Black with #A30629
Text Example
Text Example
White with #A30629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30629; }
p { color: rgb(163,6,41); }
H1.HeaderClassName
{
color: #A30629;
}
.AnyTagClassName
{
color: #A30629;
}
</style>
background-color css
<style>
a { background-color: #A30629; }
a { background-color: rgb(163,6,41); }
div.DivClassName
{
background-color: #A30629;
}
.BgClassName
{
background-color: #A30629;
}
</style>
border-color css
<style>
span { border-color: #A30629; }
span { border-color: rgb(163,6,41); }
td.TdClassName
{
border-color: #A30629;
}
.TagClassName
{
border-color: #A30629;
}
</style>