Shades of Carmine #A10732
Tints of Carmine #A10732
RGB
CMYK
RGB Variations
Color information
#A10732 (or 0xA10732) is known color: Carmine. HEX triplet: A1, 07 and 32. RGB value is (161,7,50). Sum of RGB (Red+Green+Blue) = 161+7+50=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A10732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10732 is #5EF8CD. Grayscale: #393939. Windows color (decimal): -6224078 or 3278753. OLE color: 3278753.
HSL color Cylindrical-coordinate representation of color #A10732: hue angle of 343.25º degrees, saturation: 0.92, 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 #A10732 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 50 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.37 |
| HSL | 343.25º | 0.92% | 0.33% | - |
| HSV(B) | 343.25º | 0.96% | 0.63% | - |
| XYZ | 15.35 | 7.96 | 3.74 | - |
| YUV | 57.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 50 | 0 | 0.96 | 0.69 | 0.37 | 343.25 | 0.92 | 0.33 |
| Hex | A1 | 7 | 32 | 0 | 60 | 45 | 25 | 157 | 5C | 21 |
| Octal | 241 | 7 | 62 | 0 | 140 | 105 | 45 | 527 | 134 | 41 |
| Binary | 10100001 | 111 | 110010 | 0 | 1100000 | 1000101 | 100101 | 101010111 | 1011100 | 100001 |
Color Harmonies of #A10732
Complementary color
Monochromatic Colors of #A10732
Black with #A10732
Text Example
Text Example
White with #A10732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10732; }
p { color: rgb(161,7,50); }
H1.HeaderClassName
{
color: #A10732;
}
.AnyTagClassName
{
color: #A10732;
}
</style>
background-color css
<style>
a { background-color: #A10732; }
a { background-color: rgb(161,7,50); }
div.DivClassName
{
background-color: #A10732;
}
.BgClassName
{
background-color: #A10732;
}
</style>
border-color css
<style>
span { border-color: #A10732; }
span { border-color: rgb(161,7,50); }
td.TdClassName
{
border-color: #A10732;
}
.TagClassName
{
border-color: #A10732;
}
</style>