Shades of Carmine #9A062D
Tints of Carmine #9A062D
RGB
CMYK
RGB Variations
Color information
#9A062D (or 0x9A062D) is known color: Carmine. HEX triplet: 9A, 06 and 2D. RGB value is (154,6,45). Sum of RGB (Red+Green+Blue) = 154+6+45=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A062D is #65F9D2. Grayscale: #363636. Windows color (decimal): -6683091 or 2950810. OLE color: 2950810.
HSL color Cylindrical-coordinate representation of color #9A062D: hue angle of 344.19º 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 #9A062D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.40 |
| HSL | 344.19º | 0.93% | 0.31% | - |
| HSV(B) | 344.19º | 0.96% | 0.6% | - |
| XYZ | 13.87 | 7.19 | 3.14 | - |
| YUV | 54.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 45 | 0 | 0.96 | 0.71 | 0.40 | 344.19 | 0.93 | 0.31 |
| Hex | 9A | 6 | 2D | 0 | 60 | 47 | 28 | 158 | 5C | 1F |
| Octal | 232 | 6 | 55 | 0 | 140 | 107 | 50 | 530 | 134 | 37 |
| Binary | 10011010 | 110 | 101101 | 0 | 1100000 | 1000111 | 101000 | 101011000 | 1011100 | 11111 |
Color Harmonies of #9A062D
Complementary color
Monochromatic Colors of #9A062D
Black with #9A062D
Text Example
Text Example
White with #9A062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A062D; }
p { color: rgb(154,6,45); }
H1.HeaderClassName
{
color: #9A062D;
}
.AnyTagClassName
{
color: #9A062D;
}
</style>
background-color css
<style>
a { background-color: #9A062D; }
a { background-color: rgb(154,6,45); }
div.DivClassName
{
background-color: #9A062D;
}
.BgClassName
{
background-color: #9A062D;
}
</style>
border-color css
<style>
span { border-color: #9A062D; }
span { border-color: rgb(154,6,45); }
td.TdClassName
{
border-color: #9A062D;
}
.TagClassName
{
border-color: #9A062D;
}
</style>