Shades of Carmine #95031C
Tints of Carmine #95031C
RGB
CMYK
RGB Variations
Color information
#95031C (or 0x95031C) is known color: Carmine. HEX triplet: 95, 03 and 1C. RGB value is (149,3,28). Sum of RGB (Red+Green+Blue) = 149+3+28=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #95031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95031C is #6AFCE3. Grayscale: #313131. Windows color (decimal): -7011556 or 1835925. OLE color: 1835925.
HSL color Cylindrical-coordinate representation of color #95031C: hue angle of 349.73º 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 #95031C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.42 |
| HSL | 349.73º | 0.96% | 0.3% | - |
| HSV(B) | 349.73º | 0.98% | 0.58% | - |
| XYZ | 12.64 | 6.54 | 1.69 | - |
| YUV | 49.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 28 | 0 | 0.98 | 0.81 | 0.42 | 349.73 | 0.96 | 0.3 |
| Hex | 95 | 3 | 1C | 0 | 62 | 51 | 2A | 15E | 60 | 1E |
| Octal | 225 | 3 | 34 | 0 | 142 | 121 | 52 | 536 | 140 | 36 |
| Binary | 10010101 | 11 | 11100 | 0 | 1100010 | 1010001 | 101010 | 101011110 | 1100000 | 11110 |
Color Harmonies of #95031C
Complementary color
Monochromatic Colors of #95031C
Black with #95031C
Text Example
Text Example
White with #95031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95031C; }
p { color: rgb(149,3,28); }
H1.HeaderClassName
{
color: #95031C;
}
.AnyTagClassName
{
color: #95031C;
}
</style>
background-color css
<style>
a { background-color: #95031C; }
a { background-color: rgb(149,3,28); }
div.DivClassName
{
background-color: #95031C;
}
.BgClassName
{
background-color: #95031C;
}
</style>
border-color css
<style>
span { border-color: #95031C; }
span { border-color: rgb(149,3,28); }
td.TdClassName
{
border-color: #95031C;
}
.TagClassName
{
border-color: #95031C;
}
</style>