Shades of Carmine #9A0634
Tints of Carmine #9A0634
RGB
CMYK
RGB Variations
Color information
#9A0634 (or 0x9A0634) is known color: Carmine. HEX triplet: 9A, 06 and 34. RGB value is (154,6,52). Sum of RGB (Red+Green+Blue) = 154+6+52=212 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.64% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0634 is #65F9CB. Grayscale: #373737. Windows color (decimal): -6683084 or 3409562. OLE color: 3409562.
HSL color Cylindrical-coordinate representation of color #9A0634: hue angle of 341.35º 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 #9A0634 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 52 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.40 |
| HSL | 341.35º | 0.93% | 0.31% | - |
| HSV(B) | 341.35º | 0.96% | 0.6% | - |
| XYZ | 14.01 | 7.25 | 3.91 | - |
| YUV | 55.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 52 | 0 | 0.96 | 0.66 | 0.40 | 341.35 | 0.93 | 0.31 |
| Hex | 9A | 6 | 34 | 0 | 60 | 42 | 28 | 155 | 5C | 1F |
| Octal | 232 | 6 | 64 | 0 | 140 | 102 | 50 | 525 | 134 | 37 |
| Binary | 10011010 | 110 | 110100 | 0 | 1100000 | 1000010 | 101000 | 101010101 | 1011100 | 11111 |
Color Harmonies of #9A0634
Complementary color
Monochromatic Colors of #9A0634
Black with #9A0634
Text Example
Text Example
White with #9A0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0634; }
p { color: rgb(154,6,52); }
H1.HeaderClassName
{
color: #9A0634;
}
.AnyTagClassName
{
color: #9A0634;
}
</style>
background-color css
<style>
a { background-color: #9A0634; }
a { background-color: rgb(154,6,52); }
div.DivClassName
{
background-color: #9A0634;
}
.BgClassName
{
background-color: #9A0634;
}
</style>
border-color css
<style>
span { border-color: #9A0634; }
span { border-color: rgb(154,6,52); }
td.TdClassName
{
border-color: #9A0634;
}
.TagClassName
{
border-color: #9A0634;
}
</style>