Shades of Carmine #9A012A
Tints of Carmine #9A012A
RGB
CMYK
RGB Variations
Color information
#9A012A (or 0x9A012A) is known color: Carmine. HEX triplet: 9A, 01 and 2A. RGB value is (154,1,42). Sum of RGB (Red+Green+Blue) = 154+1+42=197 (26% of max value = 765). Red value is 154 (60.55% from 255 or 78.17% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 154 - color contains mainly: red. Hex color #9A012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A012A is #65FED5. Grayscale: #333333. Windows color (decimal): -6684374 or 2752922. OLE color: 2752922.
HSL color Cylindrical-coordinate representation of color #9A012A: hue angle of 343.92º 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 #9A012A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.40 |
| HSL | 343.92º | 0.99% | 0.3% | - |
| HSV(B) | 343.92º | 0.99% | 0.6% | - |
| XYZ | 13.76 | 7.06 | 2.83 | - |
| YUV | 51.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 42 | 0 | 0.99 | 0.73 | 0.40 | 343.92 | 0.99 | 0.3 |
| Hex | 9A | 1 | 2A | 0 | 63 | 49 | 28 | 158 | 63 | 1E |
| Octal | 232 | 1 | 52 | 0 | 143 | 111 | 50 | 530 | 143 | 36 |
| Binary | 10011010 | 1 | 101010 | 0 | 1100011 | 1001001 | 101000 | 101011000 | 1100011 | 11110 |
Color Harmonies of #9A012A
Complementary color
Monochromatic Colors of #9A012A
Black with #9A012A
Text Example
Text Example
White with #9A012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A012A; }
p { color: rgb(154,1,42); }
H1.HeaderClassName
{
color: #9A012A;
}
.AnyTagClassName
{
color: #9A012A;
}
</style>
background-color css
<style>
a { background-color: #9A012A; }
a { background-color: rgb(154,1,42); }
div.DivClassName
{
background-color: #9A012A;
}
.BgClassName
{
background-color: #9A012A;
}
</style>
border-color css
<style>
span { border-color: #9A012A; }
span { border-color: rgb(154,1,42); }
td.TdClassName
{
border-color: #9A012A;
}
.TagClassName
{
border-color: #9A012A;
}
</style>