Shades of Carmine #A10927
Tints of Carmine #A10927
RGB
CMYK
RGB Variations
Color information
#A10927 (or 0xA10927) is known color: Carmine. HEX triplet: A1, 09 and 27. RGB value is (161,9,39). Sum of RGB (Red+Green+Blue) = 161+9+39=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A10927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10927 is #5EF6D8. Grayscale: #393939. Windows color (decimal): -6223577 or 2558369. OLE color: 2558369.
HSL color Cylindrical-coordinate representation of color #A10927: hue angle of 348.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10927 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 39 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.37 |
| HSL | 348.16º | 0.89% | 0.33% | - |
| HSV(B) | 348.16º | 0.94% | 0.63% | - |
| XYZ | 15.16 | 7.92 | 2.65 | - |
| YUV | 57.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 39 | 0 | 0.94 | 0.76 | 0.37 | 348.16 | 0.89 | 0.33 |
| Hex | A1 | 9 | 27 | 0 | 5E | 4C | 25 | 15C | 59 | 21 |
| Octal | 241 | 11 | 47 | 0 | 136 | 114 | 45 | 534 | 131 | 41 |
| Binary | 10100001 | 1001 | 100111 | 0 | 1011110 | 1001100 | 100101 | 101011100 | 1011001 | 100001 |
Color Harmonies of #A10927
Complementary color
Monochromatic Colors of #A10927
Black with #A10927
Text Example
Text Example
White with #A10927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10927; }
p { color: rgb(161,9,39); }
H1.HeaderClassName
{
color: #A10927;
}
.AnyTagClassName
{
color: #A10927;
}
</style>
background-color css
<style>
a { background-color: #A10927; }
a { background-color: rgb(161,9,39); }
div.DivClassName
{
background-color: #A10927;
}
.BgClassName
{
background-color: #A10927;
}
</style>
border-color css
<style>
span { border-color: #A10927; }
span { border-color: rgb(161,9,39); }
td.TdClassName
{
border-color: #A10927;
}
.TagClassName
{
border-color: #A10927;
}
</style>