Shades of Carmine #9A082B
Tints of Carmine #9A082B
RGB
CMYK
RGB Variations
Color information
#9A082B (or 0x9A082B) is known color: Carmine. HEX triplet: 9A, 08 and 2B. RGB value is (154,8,43). Sum of RGB (Red+Green+Blue) = 154+8+43=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A082B is #65F7D4. Grayscale: #373737. Windows color (decimal): -6682581 or 2820250. OLE color: 2820250.
HSL color Cylindrical-coordinate representation of color #9A082B: hue angle of 345.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A082B is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 8 | 43 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.40 |
| HSL | 345.62º | 0.9% | 0.32% | - |
| HSV(B) | 345.62º | 0.95% | 0.6% | - |
| XYZ | 13.85 | 7.22 | 2.95 | - |
| YUV | 55.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 43 | 0 | 0.95 | 0.72 | 0.40 | 345.62 | 0.9 | 0.32 |
| Hex | 9A | 8 | 2B | 0 | 5F | 48 | 28 | 15A | 5A | 20 |
| Octal | 232 | 10 | 53 | 0 | 137 | 110 | 50 | 532 | 132 | 40 |
| Binary | 10011010 | 1000 | 101011 | 0 | 1011111 | 1001000 | 101000 | 101011010 | 1011010 | 100000 |
Color Harmonies of #9A082B
Complementary color
Monochromatic Colors of #9A082B
Black with #9A082B
Text Example
Text Example
White with #9A082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A082B; }
p { color: rgb(154,8,43); }
H1.HeaderClassName
{
color: #9A082B;
}
.AnyTagClassName
{
color: #9A082B;
}
</style>
background-color css
<style>
a { background-color: #9A082B; }
a { background-color: rgb(154,8,43); }
div.DivClassName
{
background-color: #9A082B;
}
.BgClassName
{
background-color: #9A082B;
}
</style>
border-color css
<style>
span { border-color: #9A082B; }
span { border-color: rgb(154,8,43); }
td.TdClassName
{
border-color: #9A082B;
}
.TagClassName
{
border-color: #9A082B;
}
</style>