Shades of Carmine #950128
Tints of Carmine #950128
RGB
CMYK
RGB Variations
Color information
#950128 (or 0x950128) is known color: Carmine. HEX triplet: 95, 01 and 28. RGB value is (149,1,40). Sum of RGB (Red+Green+Blue) = 149+1+40=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950128 is #6AFED7. Grayscale: #313131. Windows color (decimal): -7012056 or 2621845. OLE color: 2621845.
HSL color Cylindrical-coordinate representation of color #950128: hue angle of 344.19º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950128 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.42 |
| HSL | 344.19º | 0.99% | 0.29% | - |
| HSV(B) | 344.19º | 0.99% | 0.58% | - |
| XYZ | 12.79 | 6.56 | 2.6 | - |
| YUV | 49.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 40 | 0 | 0.99 | 0.73 | 0.42 | 344.19 | 0.99 | 0.29 |
| Hex | 95 | 1 | 28 | 0 | 63 | 49 | 2A | 158 | 63 | 1D |
| Octal | 225 | 1 | 50 | 0 | 143 | 111 | 52 | 530 | 143 | 35 |
| Binary | 10010101 | 1 | 101000 | 0 | 1100011 | 1001001 | 101010 | 101011000 | 1100011 | 11101 |
Color Harmonies of #950128
Complementary color
Monochromatic Colors of #950128
Black with #950128
Text Example
Text Example
White with #950128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950128; }
p { color: rgb(149,1,40); }
H1.HeaderClassName
{
color: #950128;
}
.AnyTagClassName
{
color: #950128;
}
</style>
background-color css
<style>
a { background-color: #950128; }
a { background-color: rgb(149,1,40); }
div.DivClassName
{
background-color: #950128;
}
.BgClassName
{
background-color: #950128;
}
</style>
border-color css
<style>
span { border-color: #950128; }
span { border-color: rgb(149,1,40); }
td.TdClassName
{
border-color: #950128;
}
.TagClassName
{
border-color: #950128;
}
</style>