Shades of Carmine #9A0013
Tints of Carmine #9A0013
RGB
CMYK
RGB Variations
Color information
#9A0013 (or 0x9A0013) is known color: Carmine. HEX triplet: 9A, 00 and 13. RGB value is (154,0,19). Sum of RGB (Red+Green+Blue) = 154+0+19=173 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.02% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0013 is #65FFEC. Grayscale: #303030. Windows color (decimal): -6684653 or 1245338. OLE color: 1245338.
HSL color Cylindrical-coordinate representation of color #9A0013: hue angle of 352.6º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0013 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.88 | 0.40 |
| HSL | 352.6º | 1% | 0.3% | - |
| HSV(B) | 352.6º | 1% | 0.6% | - |
| XYZ | 13.44 | 6.92 | 1.24 | - |
| YUV | 48.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 19 | 0 | 1 | 0.88 | 0.40 | 352.6 | 1 | 0.3 |
| Hex | 9A | 0 | 13 | 0 | 64 | 58 | 28 | 161 | 64 | 1E |
| Octal | 232 | 0 | 23 | 0 | 144 | 130 | 50 | 541 | 144 | 36 |
| Binary | 10011010 | 0 | 10011 | 0 | 1100100 | 1011000 | 101000 | 101100001 | 1100100 | 11110 |
Color Harmonies of #9A0013
Complementary color
Monochromatic Colors of #9A0013
Black with #9A0013
Text Example
Text Example
White with #9A0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0013; }
p { color: rgb(154,0,19); }
H1.HeaderClassName
{
color: #9A0013;
}
.AnyTagClassName
{
color: #9A0013;
}
</style>
background-color css
<style>
a { background-color: #9A0013; }
a { background-color: rgb(154,0,19); }
div.DivClassName
{
background-color: #9A0013;
}
.BgClassName
{
background-color: #9A0013;
}
</style>
border-color css
<style>
span { border-color: #9A0013; }
span { border-color: rgb(154,0,19); }
td.TdClassName
{
border-color: #9A0013;
}
.TagClassName
{
border-color: #9A0013;
}
</style>