Shades of Carmine #97001C
Tints of Carmine #97001C
RGB
CMYK
RGB Variations
Color information
#97001C (or 0x97001C) is known color: Carmine. HEX triplet: 97, 00 and 1C. RGB value is (151,0,28). Sum of RGB (Red+Green+Blue) = 151+0+28=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #97001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97001C is #68FFE3. Grayscale: #303030. Windows color (decimal): -6881252 or 1835159. OLE color: 1835159.
HSL color Cylindrical-coordinate representation of color #97001C: hue angle of 348.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97001C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.81 | 0.41 |
| HSL | 348.87º | 1% | 0.3% | - |
| HSV(B) | 348.87º | 1% | 0.59% | - |
| XYZ | 12.97 | 6.66 | 1.7 | - |
| YUV | 48.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 28 | 0 | 1 | 0.81 | 0.41 | 348.87 | 1 | 0.3 |
| Hex | 97 | 0 | 1C | 0 | 64 | 51 | 29 | 15D | 64 | 1E |
| Octal | 227 | 0 | 34 | 0 | 144 | 121 | 51 | 535 | 144 | 36 |
| Binary | 10010111 | 0 | 11100 | 0 | 1100100 | 1010001 | 101001 | 101011101 | 1100100 | 11110 |
Color Harmonies of #97001C
Complementary color
Monochromatic Colors of #97001C
Black with #97001C
Text Example
Text Example
White with #97001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97001C; }
p { color: rgb(151,0,28); }
H1.HeaderClassName
{
color: #97001C;
}
.AnyTagClassName
{
color: #97001C;
}
</style>
background-color css
<style>
a { background-color: #97001C; }
a { background-color: rgb(151,0,28); }
div.DivClassName
{
background-color: #97001C;
}
.BgClassName
{
background-color: #97001C;
}
</style>
border-color css
<style>
span { border-color: #97001C; }
span { border-color: rgb(151,0,28); }
td.TdClassName
{
border-color: #97001C;
}
.TagClassName
{
border-color: #97001C;
}
</style>