Shades of Carmine #951522
Tints of Carmine #951522
RGB
CMYK
RGB Variations
Color information
#951522 (or 0x951522) is known color: Carmine. HEX triplet: 95, 15 and 22. RGB value is (149,21,34). Sum of RGB (Red+Green+Blue) = 149+21+34=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #951522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951522 is #6AEADD. Grayscale: #3C3C3C. Windows color (decimal): -7006942 or 2233749. OLE color: 2233749.
HSL color Cylindrical-coordinate representation of color #951522: hue angle of 353.91º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951522 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 34 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.42 |
| HSL | 353.91º | 0.75% | 0.33% | - |
| HSV(B) | 353.91º | 0.86% | 0.58% | - |
| XYZ | 12.95 | 7.04 | 2.19 | - |
| YUV | 60.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 34 | 0 | 0.86 | 0.77 | 0.42 | 353.91 | 0.75 | 0.33 |
| Hex | 95 | 15 | 22 | 0 | 56 | 4D | 2A | 162 | 4B | 21 |
| Octal | 225 | 25 | 42 | 0 | 126 | 115 | 52 | 542 | 113 | 41 |
| Binary | 10010101 | 10101 | 100010 | 0 | 1010110 | 1001101 | 101010 | 101100010 | 1001011 | 100001 |
Color Harmonies of #951522
Complementary color
Monochromatic Colors of #951522
Black with #951522
Text Example
Text Example
White with #951522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951522; }
p { color: rgb(149,21,34); }
H1.HeaderClassName
{
color: #951522;
}
.AnyTagClassName
{
color: #951522;
}
</style>
background-color css
<style>
a { background-color: #951522; }
a { background-color: rgb(149,21,34); }
div.DivClassName
{
background-color: #951522;
}
.BgClassName
{
background-color: #951522;
}
</style>
border-color css
<style>
span { border-color: #951522; }
span { border-color: rgb(149,21,34); }
td.TdClassName
{
border-color: #951522;
}
.TagClassName
{
border-color: #951522;
}
</style>