Shades of Carmine #9A061B
Tints of Carmine #9A061B
RGB
CMYK
RGB Variations
Color information
#9A061B (or 0x9A061B) is known color: Carmine. HEX triplet: 9A, 06 and 1B. RGB value is (154,6,27). Sum of RGB (Red+Green+Blue) = 154+6+27=187 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.35% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 154 - color contains mainly: red. Hex color #9A061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A061B is #65F9E4. Grayscale: #343434. Windows color (decimal): -6683109 or 1771162. OLE color: 1771162.
HSL color Cylindrical-coordinate representation of color #9A061B: hue angle of 351.49º 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 #9A061B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 27 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.40 |
| HSL | 351.49º | 0.93% | 0.31% | - |
| HSV(B) | 351.49º | 0.96% | 0.6% | - |
| XYZ | 13.59 | 7.08 | 1.69 | - |
| YUV | 52.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 27 | 0 | 0.96 | 0.82 | 0.40 | 351.49 | 0.93 | 0.31 |
| Hex | 9A | 6 | 1B | 0 | 60 | 52 | 28 | 15F | 5C | 1F |
| Octal | 232 | 6 | 33 | 0 | 140 | 122 | 50 | 537 | 134 | 37 |
| Binary | 10011010 | 110 | 11011 | 0 | 1100000 | 1010010 | 101000 | 101011111 | 1011100 | 11111 |
Color Harmonies of #9A061B
Complementary color
Monochromatic Colors of #9A061B
Black with #9A061B
Text Example
Text Example
White with #9A061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A061B; }
p { color: rgb(154,6,27); }
H1.HeaderClassName
{
color: #9A061B;
}
.AnyTagClassName
{
color: #9A061B;
}
</style>
background-color css
<style>
a { background-color: #9A061B; }
a { background-color: rgb(154,6,27); }
div.DivClassName
{
background-color: #9A061B;
}
.BgClassName
{
background-color: #9A061B;
}
</style>
border-color css
<style>
span { border-color: #9A061B; }
span { border-color: rgb(154,6,27); }
td.TdClassName
{
border-color: #9A061B;
}
.TagClassName
{
border-color: #9A061B;
}
</style>