Shades of Carmine #9A102F
Tints of Carmine #9A102F
RGB
CMYK
RGB Variations
Color information
#9A102F (or 0x9A102F) is known color: Carmine. HEX triplet: 9A, 10 and 2F. RGB value is (154,16,47). Sum of RGB (Red+Green+Blue) = 154+16+47=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A102F is #65EFD0. Grayscale: #3C3C3C. Windows color (decimal): -6680529 or 3084442. OLE color: 3084442.
HSL color Cylindrical-coordinate representation of color #9A102F: hue angle of 346.52º 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 #9A102F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 47 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.40 |
| HSL | 346.52º | 0.81% | 0.33% | - |
| HSV(B) | 346.52º | 0.9% | 0.6% | - |
| XYZ | 14.02 | 7.45 | 3.39 | - |
| YUV | 60.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 47 | 0 | 0.90 | 0.69 | 0.40 | 346.52 | 0.81 | 0.33 |
| Hex | 9A | 10 | 2F | 0 | 5A | 45 | 28 | 15B | 51 | 21 |
| Octal | 232 | 20 | 57 | 0 | 132 | 105 | 50 | 533 | 121 | 41 |
| Binary | 10011010 | 10000 | 101111 | 0 | 1011010 | 1000101 | 101000 | 101011011 | 1010001 | 100001 |
Color Harmonies of #9A102F
Complementary color
Monochromatic Colors of #9A102F
Black with #9A102F
Text Example
Text Example
White with #9A102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A102F; }
p { color: rgb(154,16,47); }
H1.HeaderClassName
{
color: #9A102F;
}
.AnyTagClassName
{
color: #9A102F;
}
</style>
background-color css
<style>
a { background-color: #9A102F; }
a { background-color: rgb(154,16,47); }
div.DivClassName
{
background-color: #9A102F;
}
.BgClassName
{
background-color: #9A102F;
}
</style>
border-color css
<style>
span { border-color: #9A102F; }
span { border-color: rgb(154,16,47); }
td.TdClassName
{
border-color: #9A102F;
}
.TagClassName
{
border-color: #9A102F;
}
</style>