Shades of Carmine #9C0F1A
Tints of Carmine #9C0F1A
RGB
CMYK
RGB Variations
Color information
#9C0F1A (or 0x9C0F1A) is known color: Carmine. HEX triplet: 9C, 0F and 1A. RGB value is (156,15,26). Sum of RGB (Red+Green+Blue) = 156+15+26=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F1A is #63F0E5. Grayscale: #3A3A3A. Windows color (decimal): -6549734 or 1707932. OLE color: 1707932.
HSL color Cylindrical-coordinate representation of color #9C0F1A: hue angle of 355.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F1A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 26 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.39 |
| HSL | 355.32º | 0.82% | 0.34% | - |
| HSV(B) | 355.32º | 0.9% | 0.61% | - |
| XYZ | 14.07 | 7.48 | 1.68 | - |
| YUV | 58.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 26 | 0 | 0.90 | 0.83 | 0.39 | 355.32 | 0.82 | 0.34 |
| Hex | 9C | F | 1A | 0 | 5A | 53 | 27 | 163 | 52 | 22 |
| Octal | 234 | 17 | 32 | 0 | 132 | 123 | 47 | 543 | 122 | 42 |
| Binary | 10011100 | 1111 | 11010 | 0 | 1011010 | 1010011 | 100111 | 101100011 | 1010010 | 100010 |
Color Harmonies of #9C0F1A
Complementary color
Monochromatic Colors of #9C0F1A
Black with #9C0F1A
Text Example
Text Example
White with #9C0F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F1A; }
p { color: rgb(156,15,26); }
H1.HeaderClassName
{
color: #9C0F1A;
}
.AnyTagClassName
{
color: #9C0F1A;
}
</style>
background-color css
<style>
a { background-color: #9C0F1A; }
a { background-color: rgb(156,15,26); }
div.DivClassName
{
background-color: #9C0F1A;
}
.BgClassName
{
background-color: #9C0F1A;
}
</style>
border-color css
<style>
span { border-color: #9C0F1A; }
span { border-color: rgb(156,15,26); }
td.TdClassName
{
border-color: #9C0F1A;
}
.TagClassName
{
border-color: #9C0F1A;
}
</style>