Shades of Carmine #950C1B
Tints of Carmine #950C1B
RGB
CMYK
RGB Variations
Color information
#950C1B (or 0x950C1B) is known color: Carmine. HEX triplet: 95, 0C and 1B. RGB value is (149,12,27). Sum of RGB (Red+Green+Blue) = 149+12+27=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C1B is #6AF3E4. Grayscale: #363636. Windows color (decimal): -7009253 or 1772693. OLE color: 1772693.
HSL color Cylindrical-coordinate representation of color #950C1B: hue angle of 353.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C1B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 27 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.42 |
| HSL | 353.43º | 0.85% | 0.32% | - |
| HSV(B) | 353.43º | 0.92% | 0.58% | - |
| XYZ | 12.72 | 6.73 | 1.67 | - |
| YUV | 54.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 27 | 0 | 0.92 | 0.82 | 0.42 | 353.43 | 0.85 | 0.32 |
| Hex | 95 | C | 1B | 0 | 5C | 52 | 2A | 161 | 55 | 20 |
| Octal | 225 | 14 | 33 | 0 | 134 | 122 | 52 | 541 | 125 | 40 |
| Binary | 10010101 | 1100 | 11011 | 0 | 1011100 | 1010010 | 101010 | 101100001 | 1010101 | 100000 |
Color Harmonies of #950C1B
Complementary color
Monochromatic Colors of #950C1B
Black with #950C1B
Text Example
Text Example
White with #950C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C1B; }
p { color: rgb(149,12,27); }
H1.HeaderClassName
{
color: #950C1B;
}
.AnyTagClassName
{
color: #950C1B;
}
</style>
background-color css
<style>
a { background-color: #950C1B; }
a { background-color: rgb(149,12,27); }
div.DivClassName
{
background-color: #950C1B;
}
.BgClassName
{
background-color: #950C1B;
}
</style>
border-color css
<style>
span { border-color: #950C1B; }
span { border-color: rgb(149,12,27); }
td.TdClassName
{
border-color: #950C1B;
}
.TagClassName
{
border-color: #950C1B;
}
</style>