Shades of Carmine #9C082B
Tints of Carmine #9C082B
RGB
CMYK
RGB Variations
Color information
#9C082B (or 0x9C082B) is known color: Carmine. HEX triplet: 9C, 08 and 2B. RGB value is (156,8,43). Sum of RGB (Red+Green+Blue) = 156+8+43=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C082B is #63F7D4. Grayscale: #383838. Windows color (decimal): -6551509 or 2820252. OLE color: 2820252.
HSL color Cylindrical-coordinate representation of color #9C082B: hue angle of 345.81º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C082B is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 43 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.39 |
| HSL | 345.81º | 0.9% | 0.32% | - |
| HSV(B) | 345.81º | 0.95% | 0.61% | - |
| XYZ | 14.23 | 7.42 | 2.97 | - |
| YUV | 56.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 43 | 0 | 0.95 | 0.72 | 0.39 | 345.81 | 0.9 | 0.32 |
| Hex | 9C | 8 | 2B | 0 | 5F | 48 | 27 | 15A | 5A | 20 |
| Octal | 234 | 10 | 53 | 0 | 137 | 110 | 47 | 532 | 132 | 40 |
| Binary | 10011100 | 1000 | 101011 | 0 | 1011111 | 1001000 | 100111 | 101011010 | 1011010 | 100000 |
Color Harmonies of #9C082B
Complementary color
Monochromatic Colors of #9C082B
Black with #9C082B
Text Example
Text Example
White with #9C082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C082B; }
p { color: rgb(156,8,43); }
H1.HeaderClassName
{
color: #9C082B;
}
.AnyTagClassName
{
color: #9C082B;
}
</style>
background-color css
<style>
a { background-color: #9C082B; }
a { background-color: rgb(156,8,43); }
div.DivClassName
{
background-color: #9C082B;
}
.BgClassName
{
background-color: #9C082B;
}
</style>
border-color css
<style>
span { border-color: #9C082B; }
span { border-color: rgb(156,8,43); }
td.TdClassName
{
border-color: #9C082B;
}
.TagClassName
{
border-color: #9C082B;
}
</style>