Shades of Carmine #9A072A
Tints of Carmine #9A072A
RGB
CMYK
RGB Variations
Color information
#9A072A (or 0x9A072A) is known color: Carmine. HEX triplet: 9A, 07 and 2A. RGB value is (154,7,42). Sum of RGB (Red+Green+Blue) = 154+7+42=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A072A is #65F8D5. Grayscale: #363636. Windows color (decimal): -6682838 or 2754458. OLE color: 2754458.
HSL color Cylindrical-coordinate representation of color #9A072A: hue angle of 345.71º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A072A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 7 | 42 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.40 |
| HSL | 345.71º | 0.91% | 0.32% | - |
| HSV(B) | 345.71º | 0.95% | 0.6% | - |
| XYZ | 13.82 | 7.19 | 2.85 | - |
| YUV | 54.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 42 | 0 | 0.95 | 0.73 | 0.40 | 345.71 | 0.91 | 0.32 |
| Hex | 9A | 7 | 2A | 0 | 5F | 49 | 28 | 15A | 5B | 20 |
| Octal | 232 | 7 | 52 | 0 | 137 | 111 | 50 | 532 | 133 | 40 |
| Binary | 10011010 | 111 | 101010 | 0 | 1011111 | 1001001 | 101000 | 101011010 | 1011011 | 100000 |
Color Harmonies of #9A072A
Complementary color
Monochromatic Colors of #9A072A
Black with #9A072A
Text Example
Text Example
White with #9A072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A072A; }
p { color: rgb(154,7,42); }
H1.HeaderClassName
{
color: #9A072A;
}
.AnyTagClassName
{
color: #9A072A;
}
</style>
background-color css
<style>
a { background-color: #9A072A; }
a { background-color: rgb(154,7,42); }
div.DivClassName
{
background-color: #9A072A;
}
.BgClassName
{
background-color: #9A072A;
}
</style>
border-color css
<style>
span { border-color: #9A072A; }
span { border-color: rgb(154,7,42); }
td.TdClassName
{
border-color: #9A072A;
}
.TagClassName
{
border-color: #9A072A;
}
</style>