Shades of Carmine #9A062B
Tints of Carmine #9A062B
RGB
CMYK
RGB Variations
Color information
#9A062B (or 0x9A062B) is known color: Carmine. HEX triplet: 9A, 06 and 2B. RGB value is (154,6,43). Sum of RGB (Red+Green+Blue) = 154+6+43=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A062B is #65F9D4. Grayscale: #363636. Windows color (decimal): -6683093 or 2819738. OLE color: 2819738.
HSL color Cylindrical-coordinate representation of color #9A062B: hue angle of 345º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A062B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 43 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.40 |
| HSL | 345º | 0.93% | 0.31% | - |
| HSV(B) | 345º | 0.96% | 0.6% | - |
| XYZ | 13.83 | 7.17 | 2.94 | - |
| YUV | 54.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 43 | 0 | 0.96 | 0.72 | 0.40 | 345 | 0.93 | 0.31 |
| Hex | 9A | 6 | 2B | 0 | 60 | 48 | 28 | 159 | 5C | 1F |
| Octal | 232 | 6 | 53 | 0 | 140 | 110 | 50 | 531 | 134 | 37 |
| Binary | 10011010 | 110 | 101011 | 0 | 1100000 | 1001000 | 101000 | 101011001 | 1011100 | 11111 |
Color Harmonies of #9A062B
Complementary color
Monochromatic Colors of #9A062B
Black with #9A062B
Text Example
Text Example
White with #9A062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A062B; }
p { color: rgb(154,6,43); }
H1.HeaderClassName
{
color: #9A062B;
}
.AnyTagClassName
{
color: #9A062B;
}
</style>
background-color css
<style>
a { background-color: #9A062B; }
a { background-color: rgb(154,6,43); }
div.DivClassName
{
background-color: #9A062B;
}
.BgClassName
{
background-color: #9A062B;
}
</style>
border-color css
<style>
span { border-color: #9A062B; }
span { border-color: rgb(154,6,43); }
td.TdClassName
{
border-color: #9A062B;
}
.TagClassName
{
border-color: #9A062B;
}
</style>