Shades of Carmine #9A062A
Tints of Carmine #9A062A
RGB
CMYK
RGB Variations
Color information
#9A062A (or 0x9A062A) is known color: Carmine. HEX triplet: 9A, 06 and 2A. RGB value is (154,6,42). Sum of RGB (Red+Green+Blue) = 154+6+42=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A062A is #65F9D5. Grayscale: #363636. Windows color (decimal): -6683094 or 2754202. OLE color: 2754202.
HSL color Cylindrical-coordinate representation of color #9A062A: hue angle of 345.41º 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 #9A062A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 42 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.40 |
| HSL | 345.41º | 0.93% | 0.31% | - |
| HSV(B) | 345.41º | 0.96% | 0.6% | - |
| XYZ | 13.81 | 7.17 | 2.85 | - |
| YUV | 54.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 42 | 0 | 0.96 | 0.73 | 0.40 | 345.41 | 0.93 | 0.31 |
| Hex | 9A | 6 | 2A | 0 | 60 | 49 | 28 | 159 | 5C | 1F |
| Octal | 232 | 6 | 52 | 0 | 140 | 111 | 50 | 531 | 134 | 37 |
| Binary | 10011010 | 110 | 101010 | 0 | 1100000 | 1001001 | 101000 | 101011001 | 1011100 | 11111 |
Color Harmonies of #9A062A
Complementary color
Monochromatic Colors of #9A062A
Black with #9A062A
Text Example
Text Example
White with #9A062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A062A; }
p { color: rgb(154,6,42); }
H1.HeaderClassName
{
color: #9A062A;
}
.AnyTagClassName
{
color: #9A062A;
}
</style>
background-color css
<style>
a { background-color: #9A062A; }
a { background-color: rgb(154,6,42); }
div.DivClassName
{
background-color: #9A062A;
}
.BgClassName
{
background-color: #9A062A;
}
</style>
border-color css
<style>
span { border-color: #9A062A; }
span { border-color: rgb(154,6,42); }
td.TdClassName
{
border-color: #9A062A;
}
.TagClassName
{
border-color: #9A062A;
}
</style>