Shades of Carmine #9A0414
Tints of Carmine #9A0414
RGB
CMYK
RGB Variations
Color information
#9A0414 (or 0x9A0414) is known color: Carmine. HEX triplet: 9A, 04 and 14. RGB value is (154,4,20). Sum of RGB (Red+Green+Blue) = 154+4+20=178 (23% of max value = 765). Red value is 154 (60.55% from 255 or 86.52% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0414 is #65FBEB. Grayscale: #323232. Windows color (decimal): -6683628 or 1311898. OLE color: 1311898.
HSL color Cylindrical-coordinate representation of color #9A0414: hue angle of 353.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0414 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 20 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.40 |
| HSL | 353.6º | 0.95% | 0.31% | - |
| HSV(B) | 353.6º | 0.97% | 0.6% | - |
| XYZ | 13.5 | 7.01 | 1.3 | - |
| YUV | 50.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 20 | 0 | 0.97 | 0.87 | 0.40 | 353.6 | 0.95 | 0.31 |
| Hex | 9A | 4 | 14 | 0 | 61 | 57 | 28 | 162 | 5F | 1F |
| Octal | 232 | 4 | 24 | 0 | 141 | 127 | 50 | 542 | 137 | 37 |
| Binary | 10011010 | 100 | 10100 | 0 | 1100001 | 1010111 | 101000 | 101100010 | 1011111 | 11111 |
Color Harmonies of #9A0414
Complementary color
Monochromatic Colors of #9A0414
Black with #9A0414
Text Example
Text Example
White with #9A0414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0414; }
p { color: rgb(154,4,20); }
H1.HeaderClassName
{
color: #9A0414;
}
.AnyTagClassName
{
color: #9A0414;
}
</style>
background-color css
<style>
a { background-color: #9A0414; }
a { background-color: rgb(154,4,20); }
div.DivClassName
{
background-color: #9A0414;
}
.BgClassName
{
background-color: #9A0414;
}
</style>
border-color css
<style>
span { border-color: #9A0414; }
span { border-color: rgb(154,4,20); }
td.TdClassName
{
border-color: #9A0414;
}
.TagClassName
{
border-color: #9A0414;
}
</style>