Shades of Carmine #9F002A
Tints of Carmine #9F002A
RGB
CMYK
RGB Variations
Color information
#9F002A (or 0x9F002A) is known color: Carmine. HEX triplet: 9F, 00 and 2A. RGB value is (159,0,42). Sum of RGB (Red+Green+Blue) = 159+0+42=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F002A is #60FFD5. Grayscale: #343434. Windows color (decimal): -6356950 or 2752671. OLE color: 2752671.
HSL color Cylindrical-coordinate representation of color #9F002A: hue angle of 344.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F002A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.74 | 0.38 |
| HSL | 344.15º | 1% | 0.31% | - |
| HSV(B) | 344.15º | 1% | 0.62% | - |
| XYZ | 14.72 | 7.54 | 2.87 | - |
| YUV | 52.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 42 | 0 | 1 | 0.74 | 0.38 | 344.15 | 1 | 0.31 |
| Hex | 9F | 0 | 2A | 0 | 64 | 4A | 26 | 158 | 64 | 1F |
| Octal | 237 | 0 | 52 | 0 | 144 | 112 | 46 | 530 | 144 | 37 |
| Binary | 10011111 | 0 | 101010 | 0 | 1100100 | 1001010 | 100110 | 101011000 | 1100100 | 11111 |
Color Harmonies of #9F002A
Complementary color
Monochromatic Colors of #9F002A
Black with #9F002A
Text Example
Text Example
White with #9F002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F002A; }
p { color: rgb(159,0,42); }
H1.HeaderClassName
{
color: #9F002A;
}
.AnyTagClassName
{
color: #9F002A;
}
</style>
background-color css
<style>
a { background-color: #9F002A; }
a { background-color: rgb(159,0,42); }
div.DivClassName
{
background-color: #9F002A;
}
.BgClassName
{
background-color: #9F002A;
}
</style>
border-color css
<style>
span { border-color: #9F002A; }
span { border-color: rgb(159,0,42); }
td.TdClassName
{
border-color: #9F002A;
}
.TagClassName
{
border-color: #9F002A;
}
</style>