Shades of Carmine #9A0128
Tints of Carmine #9A0128
RGB
CMYK
RGB Variations
Color information
#9A0128 (or 0x9A0128) is known color: Carmine. HEX triplet: 9A, 01 and 28. RGB value is (154,1,40). Sum of RGB (Red+Green+Blue) = 154+1+40=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0128 is #65FED7. Grayscale: #333333. Windows color (decimal): -6684376 or 2621850. OLE color: 2621850.
HSL color Cylindrical-coordinate representation of color #9A0128: hue angle of 344.71º 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 #9A0128 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.40 |
| HSL | 344.71º | 0.99% | 0.3% | - |
| HSV(B) | 344.71º | 0.99% | 0.6% | - |
| XYZ | 13.72 | 7.04 | 2.64 | - |
| YUV | 51.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 40 | 0 | 0.99 | 0.74 | 0.40 | 344.71 | 0.99 | 0.3 |
| Hex | 9A | 1 | 28 | 0 | 63 | 4A | 28 | 159 | 63 | 1E |
| Octal | 232 | 1 | 50 | 0 | 143 | 112 | 50 | 531 | 143 | 36 |
| Binary | 10011010 | 1 | 101000 | 0 | 1100011 | 1001010 | 101000 | 101011001 | 1100011 | 11110 |
Color Harmonies of #9A0128
Complementary color
Monochromatic Colors of #9A0128
Black with #9A0128
Text Example
Text Example
White with #9A0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0128; }
p { color: rgb(154,1,40); }
H1.HeaderClassName
{
color: #9A0128;
}
.AnyTagClassName
{
color: #9A0128;
}
</style>
background-color css
<style>
a { background-color: #9A0128; }
a { background-color: rgb(154,1,40); }
div.DivClassName
{
background-color: #9A0128;
}
.BgClassName
{
background-color: #9A0128;
}
</style>
border-color css
<style>
span { border-color: #9A0128; }
span { border-color: rgb(154,1,40); }
td.TdClassName
{
border-color: #9A0128;
}
.TagClassName
{
border-color: #9A0128;
}
</style>