Shades of Carmine #95031E
Tints of Carmine #95031E
RGB
CMYK
RGB Variations
Color information
#95031E (or 0x95031E) is known color: Carmine. HEX triplet: 95, 03 and 1E. RGB value is (149,3,30). Sum of RGB (Red+Green+Blue) = 149+3+30=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #95031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95031E is #6AFCE1. Grayscale: #313131. Windows color (decimal): -7011554 or 1966997. OLE color: 1966997.
HSL color Cylindrical-coordinate representation of color #95031E: hue angle of 348.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95031E is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.42 |
| HSL | 348.9º | 0.96% | 0.3% | - |
| HSV(B) | 348.9º | 0.98% | 0.58% | - |
| XYZ | 12.66 | 6.55 | 1.82 | - |
| YUV | 49.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 30 | 0 | 0.98 | 0.80 | 0.42 | 348.9 | 0.96 | 0.3 |
| Hex | 95 | 3 | 1E | 0 | 62 | 50 | 2A | 15D | 60 | 1E |
| Octal | 225 | 3 | 36 | 0 | 142 | 120 | 52 | 535 | 140 | 36 |
| Binary | 10010101 | 11 | 11110 | 0 | 1100010 | 1010000 | 101010 | 101011101 | 1100000 | 11110 |
Color Harmonies of #95031E
Complementary color
Monochromatic Colors of #95031E
Black with #95031E
Text Example
Text Example
White with #95031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95031E; }
p { color: rgb(149,3,30); }
H1.HeaderClassName
{
color: #95031E;
}
.AnyTagClassName
{
color: #95031E;
}
</style>
background-color css
<style>
a { background-color: #95031E; }
a { background-color: rgb(149,3,30); }
div.DivClassName
{
background-color: #95031E;
}
.BgClassName
{
background-color: #95031E;
}
</style>
border-color css
<style>
span { border-color: #95031E; }
span { border-color: rgb(149,3,30); }
td.TdClassName
{
border-color: #95031E;
}
.TagClassName
{
border-color: #95031E;
}
</style>