Shades of Carmine #970525
Tints of Carmine #970525
RGB
CMYK
RGB Variations
Color information
#970525 (or 0x970525) is known color: Carmine. HEX triplet: 97, 05 and 25. RGB value is (151,5,37). Sum of RGB (Red+Green+Blue) = 151+5+37=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970525 is #68FADA. Grayscale: #343434. Windows color (decimal): -6879963 or 2426263. OLE color: 2426263.
HSL color Cylindrical-coordinate representation of color #970525: hue angle of 346.85º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970525 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 37 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.41 |
| HSL | 346.85º | 0.94% | 0.31% | - |
| HSV(B) | 346.85º | 0.97% | 0.59% | - |
| XYZ | 13.15 | 6.82 | 2.37 | - |
| YUV | 52.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 37 | 0 | 0.97 | 0.75 | 0.41 | 346.85 | 0.94 | 0.31 |
| Hex | 97 | 5 | 25 | 0 | 61 | 4B | 29 | 15B | 5E | 1F |
| Octal | 227 | 5 | 45 | 0 | 141 | 113 | 51 | 533 | 136 | 37 |
| Binary | 10010111 | 101 | 100101 | 0 | 1100001 | 1001011 | 101001 | 101011011 | 1011110 | 11111 |
Color Harmonies of #970525
Complementary color
Monochromatic Colors of #970525
Black with #970525
Text Example
Text Example
White with #970525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970525; }
p { color: rgb(151,5,37); }
H1.HeaderClassName
{
color: #970525;
}
.AnyTagClassName
{
color: #970525;
}
</style>
background-color css
<style>
a { background-color: #970525; }
a { background-color: rgb(151,5,37); }
div.DivClassName
{
background-color: #970525;
}
.BgClassName
{
background-color: #970525;
}
</style>
border-color css
<style>
span { border-color: #970525; }
span { border-color: rgb(151,5,37); }
td.TdClassName
{
border-color: #970525;
}
.TagClassName
{
border-color: #970525;
}
</style>