Shades of Carmine #9A0127
Tints of Carmine #9A0127
RGB
CMYK
RGB Variations
Color information
#9A0127 (or 0x9A0127) is known color: Carmine. HEX triplet: 9A, 01 and 27. RGB value is (154,1,39). Sum of RGB (Red+Green+Blue) = 154+1+39=194 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.38% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0127 is #65FED8. Grayscale: #333333. Windows color (decimal): -6684377 or 2556314. OLE color: 2556314.
HSL color Cylindrical-coordinate representation of color #9A0127: hue angle of 345.1º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0127 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.40 |
| HSL | 345.1º | 0.99% | 0.3% | - |
| HSV(B) | 345.1º | 0.99% | 0.6% | - |
| XYZ | 13.7 | 7.04 | 2.56 | - |
| YUV | 51.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 39 | 0 | 0.99 | 0.75 | 0.40 | 345.1 | 0.99 | 0.3 |
| Hex | 9A | 1 | 27 | 0 | 63 | 4B | 28 | 159 | 63 | 1E |
| Octal | 232 | 1 | 47 | 0 | 143 | 113 | 50 | 531 | 143 | 36 |
| Binary | 10011010 | 1 | 100111 | 0 | 1100011 | 1001011 | 101000 | 101011001 | 1100011 | 11110 |
Color Harmonies of #9A0127
Complementary color
Monochromatic Colors of #9A0127
Black with #9A0127
Text Example
Text Example
White with #9A0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0127; }
p { color: rgb(154,1,39); }
H1.HeaderClassName
{
color: #9A0127;
}
.AnyTagClassName
{
color: #9A0127;
}
</style>
background-color css
<style>
a { background-color: #9A0127; }
a { background-color: rgb(154,1,39); }
div.DivClassName
{
background-color: #9A0127;
}
.BgClassName
{
background-color: #9A0127;
}
</style>
border-color css
<style>
span { border-color: #9A0127; }
span { border-color: rgb(154,1,39); }
td.TdClassName
{
border-color: #9A0127;
}
.TagClassName
{
border-color: #9A0127;
}
</style>