Shades of Carmine #9A012F
Tints of Carmine #9A012F
RGB
CMYK
RGB Variations
Color information
#9A012F (or 0x9A012F) is known color: Carmine. HEX triplet: 9A, 01 and 2F. RGB value is (154,1,47). Sum of RGB (Red+Green+Blue) = 154+1+47=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A012F is #65FED0. Grayscale: #333333. Windows color (decimal): -6684369 or 3080602. OLE color: 3080602.
HSL color Cylindrical-coordinate representation of color #9A012F: hue angle of 341.96º 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 #9A012F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.40 |
| HSL | 341.96º | 0.99% | 0.3% | - |
| HSV(B) | 341.96º | 0.99% | 0.6% | - |
| XYZ | 13.85 | 7.1 | 3.33 | - |
| YUV | 51.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 47 | 0 | 0.99 | 0.69 | 0.40 | 341.96 | 0.99 | 0.3 |
| Hex | 9A | 1 | 2F | 0 | 63 | 45 | 28 | 156 | 63 | 1E |
| Octal | 232 | 1 | 57 | 0 | 143 | 105 | 50 | 526 | 143 | 36 |
| Binary | 10011010 | 1 | 101111 | 0 | 1100011 | 1000101 | 101000 | 101010110 | 1100011 | 11110 |
Color Harmonies of #9A012F
Complementary color
Monochromatic Colors of #9A012F
Black with #9A012F
Text Example
Text Example
White with #9A012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A012F; }
p { color: rgb(154,1,47); }
H1.HeaderClassName
{
color: #9A012F;
}
.AnyTagClassName
{
color: #9A012F;
}
</style>
background-color css
<style>
a { background-color: #9A012F; }
a { background-color: rgb(154,1,47); }
div.DivClassName
{
background-color: #9A012F;
}
.BgClassName
{
background-color: #9A012F;
}
</style>
border-color css
<style>
span { border-color: #9A012F; }
span { border-color: rgb(154,1,47); }
td.TdClassName
{
border-color: #9A012F;
}
.TagClassName
{
border-color: #9A012F;
}
</style>