Shades of Carmine #951419
Tints of Carmine #951419
RGB
CMYK
RGB Variations
Color information
#951419 (or 0x951419) is known color: Carmine. HEX triplet: 95, 14 and 19. RGB value is (149,20,25). Sum of RGB (Red+Green+Blue) = 149+20+25=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951419 is #6AEBE6. Grayscale: #3B3B3B. Windows color (decimal): -7007207 or 1643669. OLE color: 1643669.
HSL color Cylindrical-coordinate representation of color #951419: hue angle of 357.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951419 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 25 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.42 |
| HSL | 357.67º | 0.76% | 0.33% | - |
| HSV(B) | 357.67º | 0.87% | 0.58% | - |
| XYZ | 12.82 | 6.96 | 1.59 | - |
| YUV | 59.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 25 | 0 | 0.87 | 0.83 | 0.42 | 357.67 | 0.76 | 0.33 |
| Hex | 95 | 14 | 19 | 0 | 57 | 53 | 2A | 166 | 4C | 21 |
| Octal | 225 | 24 | 31 | 0 | 127 | 123 | 52 | 546 | 114 | 41 |
| Binary | 10010101 | 10100 | 11001 | 0 | 1010111 | 1010011 | 101010 | 101100110 | 1001100 | 100001 |
Color Harmonies of #951419
Complementary color
Monochromatic Colors of #951419
Black with #951419
Text Example
Text Example
White with #951419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951419; }
p { color: rgb(149,20,25); }
H1.HeaderClassName
{
color: #951419;
}
.AnyTagClassName
{
color: #951419;
}
</style>
background-color css
<style>
a { background-color: #951419; }
a { background-color: rgb(149,20,25); }
div.DivClassName
{
background-color: #951419;
}
.BgClassName
{
background-color: #951419;
}
</style>
border-color css
<style>
span { border-color: #951419; }
span { border-color: rgb(149,20,25); }
td.TdClassName
{
border-color: #951419;
}
.TagClassName
{
border-color: #951419;
}
</style>