Shades of Carmine #9A0B1C
Tints of Carmine #9A0B1C
RGB
CMYK
RGB Variations
Color information
#9A0B1C (or 0x9A0B1C) is known color: Carmine. HEX triplet: 9A, 0B and 1C. RGB value is (154,11,28). Sum of RGB (Red+Green+Blue) = 154+11+28=193 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.79% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B1C is #65F4E3. Grayscale: #373737. Windows color (decimal): -6681828 or 1837978. OLE color: 1837978.
HSL color Cylindrical-coordinate representation of color #9A0B1C: hue angle of 352.87º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B1C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 28 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.40 |
| HSL | 352.87º | 0.87% | 0.32% | - |
| HSV(B) | 352.87º | 0.93% | 0.6% | - |
| XYZ | 13.66 | 7.19 | 1.77 | - |
| YUV | 55.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 28 | 0 | 0.93 | 0.82 | 0.40 | 352.87 | 0.87 | 0.32 |
| Hex | 9A | B | 1C | 0 | 5D | 52 | 28 | 161 | 57 | 20 |
| Octal | 232 | 13 | 34 | 0 | 135 | 122 | 50 | 541 | 127 | 40 |
| Binary | 10011010 | 1011 | 11100 | 0 | 1011101 | 1010010 | 101000 | 101100001 | 1010111 | 100000 |
Color Harmonies of #9A0B1C
Complementary color
Monochromatic Colors of #9A0B1C
Black with #9A0B1C
Text Example
Text Example
White with #9A0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B1C; }
p { color: rgb(154,11,28); }
H1.HeaderClassName
{
color: #9A0B1C;
}
.AnyTagClassName
{
color: #9A0B1C;
}
</style>
background-color css
<style>
a { background-color: #9A0B1C; }
a { background-color: rgb(154,11,28); }
div.DivClassName
{
background-color: #9A0B1C;
}
.BgClassName
{
background-color: #9A0B1C;
}
</style>
border-color css
<style>
span { border-color: #9A0B1C; }
span { border-color: rgb(154,11,28); }
td.TdClassName
{
border-color: #9A0B1C;
}
.TagClassName
{
border-color: #9A0B1C;
}
</style>