Shades of Carmine #951015
Tints of Carmine #951015
RGB
CMYK
RGB Variations
Color information
#951015 (or 0x951015) is known color: Carmine. HEX triplet: 95, 10 and 15. RGB value is (149,16,21). Sum of RGB (Red+Green+Blue) = 149+16+21=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951015 is #6AEFEA. Grayscale: #383838. Windows color (decimal): -7008235 or 1380501. OLE color: 1380501.
HSL color Cylindrical-coordinate representation of color #951015: hue angle of 357.74º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951015 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 21 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.42 |
| HSL | 357.74º | 0.81% | 0.32% | - |
| HSV(B) | 357.74º | 0.89% | 0.58% | - |
| XYZ | 12.72 | 6.81 | 1.35 | - |
| YUV | 56.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 21 | 0 | 0.89 | 0.86 | 0.42 | 357.74 | 0.81 | 0.32 |
| Hex | 95 | 10 | 15 | 0 | 59 | 56 | 2A | 166 | 51 | 20 |
| Octal | 225 | 20 | 25 | 0 | 131 | 126 | 52 | 546 | 121 | 40 |
| Binary | 10010101 | 10000 | 10101 | 0 | 1011001 | 1010110 | 101010 | 101100110 | 1010001 | 100000 |
Color Harmonies of #951015
Complementary color
Monochromatic Colors of #951015
Black with #951015
Text Example
Text Example
White with #951015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951015; }
p { color: rgb(149,16,21); }
H1.HeaderClassName
{
color: #951015;
}
.AnyTagClassName
{
color: #951015;
}
</style>
background-color css
<style>
a { background-color: #951015; }
a { background-color: rgb(149,16,21); }
div.DivClassName
{
background-color: #951015;
}
.BgClassName
{
background-color: #951015;
}
</style>
border-color css
<style>
span { border-color: #951015; }
span { border-color: rgb(149,16,21); }
td.TdClassName
{
border-color: #951015;
}
.TagClassName
{
border-color: #951015;
}
</style>