Shades of Carmine #951819
Tints of Carmine #951819
RGB
CMYK
RGB Variations
Color information
#951819 (or 0x951819) is known color: Carmine. HEX triplet: 95, 18 and 19. RGB value is (149,24,25). Sum of RGB (Red+Green+Blue) = 149+24+25=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #951819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951819 is #6AE7E6. Grayscale: #3D3D3D. Windows color (decimal): -7006183 or 1644693. OLE color: 1644693.
HSL color Cylindrical-coordinate representation of color #951819: hue angle of 359.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951819 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 25 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.42 |
| HSL | 359.52º | 0.72% | 0.34% | - |
| HSV(B) | 359.52º | 0.84% | 0.58% | - |
| XYZ | 12.9 | 7.11 | 1.61 | - |
| YUV | 61.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 25 | 0 | 0.84 | 0.83 | 0.42 | 359.52 | 0.72 | 0.34 |
| Hex | 95 | 18 | 19 | 0 | 54 | 53 | 2A | 168 | 48 | 22 |
| Octal | 225 | 30 | 31 | 0 | 124 | 123 | 52 | 550 | 110 | 42 |
| Binary | 10010101 | 11000 | 11001 | 0 | 1010100 | 1010011 | 101010 | 101101000 | 1001000 | 100010 |
Color Harmonies of #951819
Complementary color
Monochromatic Colors of #951819
Black with #951819
Text Example
Text Example
White with #951819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951819; }
p { color: rgb(149,24,25); }
H1.HeaderClassName
{
color: #951819;
}
.AnyTagClassName
{
color: #951819;
}
</style>
background-color css
<style>
a { background-color: #951819; }
a { background-color: rgb(149,24,25); }
div.DivClassName
{
background-color: #951819;
}
.BgClassName
{
background-color: #951819;
}
</style>
border-color css
<style>
span { border-color: #951819; }
span { border-color: rgb(149,24,25); }
td.TdClassName
{
border-color: #951819;
}
.TagClassName
{
border-color: #951819;
}
</style>