Shades of Carmine #9A0F2D
Tints of Carmine #9A0F2D
RGB
CMYK
RGB Variations
Color information
#9A0F2D (or 0x9A0F2D) is known color: Carmine. HEX triplet: 9A, 0F and 2D. RGB value is (154,15,45). Sum of RGB (Red+Green+Blue) = 154+15+45=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F2D is #65F0D2. Grayscale: #3C3C3C. Windows color (decimal): -6680787 or 2953114. OLE color: 2953114.
HSL color Cylindrical-coordinate representation of color #9A0F2D: hue angle of 347.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F2D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 45 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.40 |
| HSL | 347.05º | 0.82% | 0.33% | - |
| HSV(B) | 347.05º | 0.9% | 0.6% | - |
| XYZ | 13.97 | 7.4 | 3.17 | - |
| YUV | 59.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 45 | 0 | 0.90 | 0.71 | 0.40 | 347.05 | 0.82 | 0.33 |
| Hex | 9A | F | 2D | 0 | 5A | 47 | 28 | 15B | 52 | 21 |
| Octal | 232 | 17 | 55 | 0 | 132 | 107 | 50 | 533 | 122 | 41 |
| Binary | 10011010 | 1111 | 101101 | 0 | 1011010 | 1000111 | 101000 | 101011011 | 1010010 | 100001 |
Color Harmonies of #9A0F2D
Complementary color
Monochromatic Colors of #9A0F2D
Black with #9A0F2D
Text Example
Text Example
White with #9A0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F2D; }
p { color: rgb(154,15,45); }
H1.HeaderClassName
{
color: #9A0F2D;
}
.AnyTagClassName
{
color: #9A0F2D;
}
</style>
background-color css
<style>
a { background-color: #9A0F2D; }
a { background-color: rgb(154,15,45); }
div.DivClassName
{
background-color: #9A0F2D;
}
.BgClassName
{
background-color: #9A0F2D;
}
</style>
border-color css
<style>
span { border-color: #9A0F2D; }
span { border-color: rgb(154,15,45); }
td.TdClassName
{
border-color: #9A0F2D;
}
.TagClassName
{
border-color: #9A0F2D;
}
</style>