Shades of Carmine #9A102B
Tints of Carmine #9A102B
RGB
CMYK
RGB Variations
Color information
#9A102B (or 0x9A102B) is known color: Carmine. HEX triplet: 9A, 10 and 2B. RGB value is (154,16,43). Sum of RGB (Red+Green+Blue) = 154+16+43=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A102B is #65EFD4. Grayscale: #3C3C3C. Windows color (decimal): -6680533 or 2822298. OLE color: 2822298.
HSL color Cylindrical-coordinate representation of color #9A102B: hue angle of 348.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A102B is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 43 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.40 |
| HSL | 348.26º | 0.81% | 0.33% | - |
| HSV(B) | 348.26º | 0.9% | 0.6% | - |
| XYZ | 13.95 | 7.42 | 2.98 | - |
| YUV | 60.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 43 | 0 | 0.90 | 0.72 | 0.40 | 348.26 | 0.81 | 0.33 |
| Hex | 9A | 10 | 2B | 0 | 5A | 48 | 28 | 15C | 51 | 21 |
| Octal | 232 | 20 | 53 | 0 | 132 | 110 | 50 | 534 | 121 | 41 |
| Binary | 10011010 | 10000 | 101011 | 0 | 1011010 | 1001000 | 101000 | 101011100 | 1010001 | 100001 |
Color Harmonies of #9A102B
Complementary color
Monochromatic Colors of #9A102B
Black with #9A102B
Text Example
Text Example
White with #9A102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A102B; }
p { color: rgb(154,16,43); }
H1.HeaderClassName
{
color: #9A102B;
}
.AnyTagClassName
{
color: #9A102B;
}
</style>
background-color css
<style>
a { background-color: #9A102B; }
a { background-color: rgb(154,16,43); }
div.DivClassName
{
background-color: #9A102B;
}
.BgClassName
{
background-color: #9A102B;
}
</style>
border-color css
<style>
span { border-color: #9A102B; }
span { border-color: rgb(154,16,43); }
td.TdClassName
{
border-color: #9A102B;
}
.TagClassName
{
border-color: #9A102B;
}
</style>