Shades of Carmine #970A1B
Tints of Carmine #970A1B
RGB
CMYK
RGB Variations
Color information
#970A1B (or 0x970A1B) is known color: Carmine. HEX triplet: 97, 0A and 1B. RGB value is (151,10,27). Sum of RGB (Red+Green+Blue) = 151+10+27=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #970A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A1B is #68F5E4. Grayscale: #363636. Windows color (decimal): -6878693 or 1772183. OLE color: 1772183.
HSL color Cylindrical-coordinate representation of color #970A1B: hue angle of 352.77º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A1B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 27 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.41 |
| HSL | 352.77º | 0.88% | 0.32% | - |
| HSV(B) | 352.77º | 0.93% | 0.59% | - |
| XYZ | 13.07 | 6.88 | 1.68 | - |
| YUV | 54.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 27 | 0 | 0.93 | 0.82 | 0.41 | 352.77 | 0.88 | 0.32 |
| Hex | 97 | A | 1B | 0 | 5D | 52 | 29 | 161 | 58 | 20 |
| Octal | 227 | 12 | 33 | 0 | 135 | 122 | 51 | 541 | 130 | 40 |
| Binary | 10010111 | 1010 | 11011 | 0 | 1011101 | 1010010 | 101001 | 101100001 | 1011000 | 100000 |
Color Harmonies of #970A1B
Complementary color
Monochromatic Colors of #970A1B
Black with #970A1B
Text Example
Text Example
White with #970A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A1B; }
p { color: rgb(151,10,27); }
H1.HeaderClassName
{
color: #970A1B;
}
.AnyTagClassName
{
color: #970A1B;
}
</style>
background-color css
<style>
a { background-color: #970A1B; }
a { background-color: rgb(151,10,27); }
div.DivClassName
{
background-color: #970A1B;
}
.BgClassName
{
background-color: #970A1B;
}
</style>
border-color css
<style>
span { border-color: #970A1B; }
span { border-color: rgb(151,10,27); }
td.TdClassName
{
border-color: #970A1B;
}
.TagClassName
{
border-color: #970A1B;
}
</style>