Shades of Carmine #950A2D
Tints of Carmine #950A2D
RGB
CMYK
RGB Variations
Color information
#950A2D (or 0x950A2D) is known color: Carmine. HEX triplet: 95, 0A and 2D. RGB value is (149,10,45). Sum of RGB (Red+Green+Blue) = 149+10+45=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #950A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A2D is #6AF5D2. Grayscale: #373737. Windows color (decimal): -7009747 or 2951829. OLE color: 2951829.
HSL color Cylindrical-coordinate representation of color #950A2D: hue angle of 344.89º degrees, saturation: 0.87, 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 #950A2D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 45 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.42 |
| HSL | 344.89º | 0.87% | 0.31% | - |
| HSV(B) | 344.89º | 0.93% | 0.58% | - |
| XYZ | 12.98 | 6.8 | 3.11 | - |
| YUV | 55.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 45 | 0 | 0.93 | 0.70 | 0.42 | 344.89 | 0.87 | 0.31 |
| Hex | 95 | A | 2D | 0 | 5D | 46 | 2A | 159 | 57 | 1F |
| Octal | 225 | 12 | 55 | 0 | 135 | 106 | 52 | 531 | 127 | 37 |
| Binary | 10010101 | 1010 | 101101 | 0 | 1011101 | 1000110 | 101010 | 101011001 | 1010111 | 11111 |
Color Harmonies of #950A2D
Complementary color
Monochromatic Colors of #950A2D
Black with #950A2D
Text Example
Text Example
White with #950A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A2D; }
p { color: rgb(149,10,45); }
H1.HeaderClassName
{
color: #950A2D;
}
.AnyTagClassName
{
color: #950A2D;
}
</style>
background-color css
<style>
a { background-color: #950A2D; }
a { background-color: rgb(149,10,45); }
div.DivClassName
{
background-color: #950A2D;
}
.BgClassName
{
background-color: #950A2D;
}
</style>
border-color css
<style>
span { border-color: #950A2D; }
span { border-color: rgb(149,10,45); }
td.TdClassName
{
border-color: #950A2D;
}
.TagClassName
{
border-color: #950A2D;
}
</style>