Shades of Carmine #951123
Tints of Carmine #951123
RGB
CMYK
RGB Variations
Color information
#951123 (or 0x951123) is known color: Carmine. HEX triplet: 95, 11 and 23. RGB value is (149,17,35). Sum of RGB (Red+Green+Blue) = 149+17+35=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951123 is #6AEEDC. Grayscale: #3A3A3A. Windows color (decimal): -7007965 or 2298261. OLE color: 2298261.
HSL color Cylindrical-coordinate representation of color #951123: hue angle of 351.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951123 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 35 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.42 |
| HSL | 351.82º | 0.8% | 0.33% | - |
| HSV(B) | 351.82º | 0.89% | 0.58% | - |
| XYZ | 12.9 | 6.91 | 2.24 | - |
| YUV | 58.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 35 | 0 | 0.89 | 0.77 | 0.42 | 351.82 | 0.8 | 0.33 |
| Hex | 95 | 11 | 23 | 0 | 59 | 4D | 2A | 160 | 50 | 21 |
| Octal | 225 | 21 | 43 | 0 | 131 | 115 | 52 | 540 | 120 | 41 |
| Binary | 10010101 | 10001 | 100011 | 0 | 1011001 | 1001101 | 101010 | 101100000 | 1010000 | 100001 |
Color Harmonies of #951123
Complementary color
Monochromatic Colors of #951123
Black with #951123
Text Example
Text Example
White with #951123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951123; }
p { color: rgb(149,17,35); }
H1.HeaderClassName
{
color: #951123;
}
.AnyTagClassName
{
color: #951123;
}
</style>
background-color css
<style>
a { background-color: #951123; }
a { background-color: rgb(149,17,35); }
div.DivClassName
{
background-color: #951123;
}
.BgClassName
{
background-color: #951123;
}
</style>
border-color css
<style>
span { border-color: #951123; }
span { border-color: rgb(149,17,35); }
td.TdClassName
{
border-color: #951123;
}
.TagClassName
{
border-color: #951123;
}
</style>