Shades of Carmine #A10828
Tints of Carmine #A10828
RGB
CMYK
RGB Variations
Color information
#A10828 (or 0xA10828) is known color: Carmine. HEX triplet: A1, 08 and 28. RGB value is (161,8,40). Sum of RGB (Red+Green+Blue) = 161+8+40=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A10828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10828 is #5EF7D7. Grayscale: #393939. Windows color (decimal): -6223832 or 2623649. OLE color: 2623649.
HSL color Cylindrical-coordinate representation of color #A10828: hue angle of 347.45º 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 #A10828 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 40 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.37 |
| HSL | 347.45º | 0.91% | 0.33% | - |
| HSV(B) | 347.45º | 0.95% | 0.63% | - |
| XYZ | 15.17 | 7.9 | 2.73 | - |
| YUV | 57.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 40 | 0 | 0.95 | 0.75 | 0.37 | 347.45 | 0.91 | 0.33 |
| Hex | A1 | 8 | 28 | 0 | 5F | 4B | 25 | 15B | 5B | 21 |
| Octal | 241 | 10 | 50 | 0 | 137 | 113 | 45 | 533 | 133 | 41 |
| Binary | 10100001 | 1000 | 101000 | 0 | 1011111 | 1001011 | 100101 | 101011011 | 1011011 | 100001 |
Color Harmonies of #A10828
Complementary color
Monochromatic Colors of #A10828
Black with #A10828
Text Example
Text Example
White with #A10828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10828; }
p { color: rgb(161,8,40); }
H1.HeaderClassName
{
color: #A10828;
}
.AnyTagClassName
{
color: #A10828;
}
</style>
background-color css
<style>
a { background-color: #A10828; }
a { background-color: rgb(161,8,40); }
div.DivClassName
{
background-color: #A10828;
}
.BgClassName
{
background-color: #A10828;
}
</style>
border-color css
<style>
span { border-color: #A10828; }
span { border-color: rgb(161,8,40); }
td.TdClassName
{
border-color: #A10828;
}
.TagClassName
{
border-color: #A10828;
}
</style>