Shades of Carmine #951521
Tints of Carmine #951521
RGB
CMYK
RGB Variations
Color information
#951521 (or 0x951521) is known color: Carmine. HEX triplet: 95, 15 and 21. RGB value is (149,21,33). Sum of RGB (Red+Green+Blue) = 149+21+33=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951521 is #6AEADE. Grayscale: #3C3C3C. Windows color (decimal): -7006943 or 2168213. OLE color: 2168213.
HSL color Cylindrical-coordinate representation of color #951521: hue angle of 354.38º 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 #951521 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 33 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.42 |
| HSL | 354.38º | 0.75% | 0.33% | - |
| HSV(B) | 354.38º | 0.86% | 0.58% | - |
| XYZ | 12.94 | 7.04 | 2.12 | - |
| YUV | 60.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 33 | 0 | 0.86 | 0.78 | 0.42 | 354.38 | 0.75 | 0.33 |
| Hex | 95 | 15 | 21 | 0 | 56 | 4E | 2A | 162 | 4B | 21 |
| Octal | 225 | 25 | 41 | 0 | 126 | 116 | 52 | 542 | 113 | 41 |
| Binary | 10010101 | 10101 | 100001 | 0 | 1010110 | 1001110 | 101010 | 101100010 | 1001011 | 100001 |
Color Harmonies of #951521
Complementary color
Monochromatic Colors of #951521
Black with #951521
Text Example
Text Example
White with #951521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951521; }
p { color: rgb(149,21,33); }
H1.HeaderClassName
{
color: #951521;
}
.AnyTagClassName
{
color: #951521;
}
</style>
background-color css
<style>
a { background-color: #951521; }
a { background-color: rgb(149,21,33); }
div.DivClassName
{
background-color: #951521;
}
.BgClassName
{
background-color: #951521;
}
</style>
border-color css
<style>
span { border-color: #951521; }
span { border-color: rgb(149,21,33); }
td.TdClassName
{
border-color: #951521;
}
.TagClassName
{
border-color: #951521;
}
</style>