Shades of Carmine #A10829
Tints of Carmine #A10829
RGB
CMYK
RGB Variations
Color information
#A10829 (or 0xA10829) is known color: Carmine. HEX triplet: A1, 08 and 29. RGB value is (161,8,41). Sum of RGB (Red+Green+Blue) = 161+8+41=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A10829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10829 is #5EF7D6. Grayscale: #393939. Windows color (decimal): -6223831 or 2689185. OLE color: 2689185.
HSL color Cylindrical-coordinate representation of color #A10829: hue angle of 347.06º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10829 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 41 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.37 |
| HSL | 347.06º | 0.91% | 0.33% | - |
| HSV(B) | 347.06º | 0.95% | 0.63% | - |
| XYZ | 15.19 | 7.91 | 2.82 | - |
| YUV | 57.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 41 | 0 | 0.95 | 0.75 | 0.37 | 347.06 | 0.91 | 0.33 |
| Hex | A1 | 8 | 29 | 0 | 5F | 4B | 25 | 15B | 5B | 21 |
| Octal | 241 | 10 | 51 | 0 | 137 | 113 | 45 | 533 | 133 | 41 |
| Binary | 10100001 | 1000 | 101001 | 0 | 1011111 | 1001011 | 100101 | 101011011 | 1011011 | 100001 |
Color Harmonies of #A10829
Complementary color
Monochromatic Colors of #A10829
Black with #A10829
Text Example
Text Example
White with #A10829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10829; }
p { color: rgb(161,8,41); }
H1.HeaderClassName
{
color: #A10829;
}
.AnyTagClassName
{
color: #A10829;
}
</style>
background-color css
<style>
a { background-color: #A10829; }
a { background-color: rgb(161,8,41); }
div.DivClassName
{
background-color: #A10829;
}
.BgClassName
{
background-color: #A10829;
}
</style>
border-color css
<style>
span { border-color: #A10829; }
span { border-color: rgb(161,8,41); }
td.TdClassName
{
border-color: #A10829;
}
.TagClassName
{
border-color: #A10829;
}
</style>