Shades of Carmine #950B2D
Tints of Carmine #950B2D
RGB
CMYK
RGB Variations
Color information
#950B2D (or 0x950B2D) is known color: Carmine. HEX triplet: 95, 0B and 2D. RGB value is (149,11,45). Sum of RGB (Red+Green+Blue) = 149+11+45=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B2D is #6AF4D2. Grayscale: #383838. Windows color (decimal): -7009491 or 2952085. OLE color: 2952085.
HSL color Cylindrical-coordinate representation of color #950B2D: hue angle of 345.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B2D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 45 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.42 |
| HSL | 345.22º | 0.86% | 0.31% | - |
| HSV(B) | 345.22º | 0.93% | 0.58% | - |
| XYZ | 12.99 | 6.82 | 3.11 | - |
| YUV | 56.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 45 | 0 | 0.93 | 0.70 | 0.42 | 345.22 | 0.86 | 0.31 |
| Hex | 95 | B | 2D | 0 | 5D | 46 | 2A | 159 | 56 | 1F |
| Octal | 225 | 13 | 55 | 0 | 135 | 106 | 52 | 531 | 126 | 37 |
| Binary | 10010101 | 1011 | 101101 | 0 | 1011101 | 1000110 | 101010 | 101011001 | 1010110 | 11111 |
Color Harmonies of #950B2D
Complementary color
Monochromatic Colors of #950B2D
Black with #950B2D
Text Example
Text Example
White with #950B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B2D; }
p { color: rgb(149,11,45); }
H1.HeaderClassName
{
color: #950B2D;
}
.AnyTagClassName
{
color: #950B2D;
}
</style>
background-color css
<style>
a { background-color: #950B2D; }
a { background-color: rgb(149,11,45); }
div.DivClassName
{
background-color: #950B2D;
}
.BgClassName
{
background-color: #950B2D;
}
</style>
border-color css
<style>
span { border-color: #950B2D; }
span { border-color: rgb(149,11,45); }
td.TdClassName
{
border-color: #950B2D;
}
.TagClassName
{
border-color: #950B2D;
}
</style>