Shades of Carmine #951019
Tints of Carmine #951019
RGB
CMYK
RGB Variations
Color information
#951019 (or 0x951019) is known color: Carmine. HEX triplet: 95, 10 and 19. RGB value is (149,16,25). Sum of RGB (Red+Green+Blue) = 149+16+25=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #951019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951019 is #6AEFE6. Grayscale: #383838. Windows color (decimal): -7008231 or 1642645. OLE color: 1642645.
HSL color Cylindrical-coordinate representation of color #951019: hue angle of 355.94º 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 #951019 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 25 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.42 |
| HSL | 355.94º | 0.81% | 0.32% | - |
| HSV(B) | 355.94º | 0.89% | 0.58% | - |
| XYZ | 12.76 | 6.83 | 1.57 | - |
| YUV | 56.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 25 | 0 | 0.89 | 0.83 | 0.42 | 355.94 | 0.81 | 0.32 |
| Hex | 95 | 10 | 19 | 0 | 59 | 53 | 2A | 164 | 51 | 20 |
| Octal | 225 | 20 | 31 | 0 | 131 | 123 | 52 | 544 | 121 | 40 |
| Binary | 10010101 | 10000 | 11001 | 0 | 1011001 | 1010011 | 101010 | 101100100 | 1010001 | 100000 |
Color Harmonies of #951019
Complementary color
Monochromatic Colors of #951019
Black with #951019
Text Example
Text Example
White with #951019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951019; }
p { color: rgb(149,16,25); }
H1.HeaderClassName
{
color: #951019;
}
.AnyTagClassName
{
color: #951019;
}
</style>
background-color css
<style>
a { background-color: #951019; }
a { background-color: rgb(149,16,25); }
div.DivClassName
{
background-color: #951019;
}
.BgClassName
{
background-color: #951019;
}
</style>
border-color css
<style>
span { border-color: #951019; }
span { border-color: rgb(149,16,25); }
td.TdClassName
{
border-color: #951019;
}
.TagClassName
{
border-color: #951019;
}
</style>