Shades of Carmine #9A151D
Tints of Carmine #9A151D
RGB
CMYK
RGB Variations
Color information
#9A151D (or 0x9A151D) is known color: Carmine. HEX triplet: 9A, 15 and 1D. RGB value is (154,21,29). Sum of RGB (Red+Green+Blue) = 154+21+29=204 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.49% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 154 - color contains mainly: red. Hex color #9A151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A151D is #65EAE2. Grayscale: #3D3D3D. Windows color (decimal): -6679267 or 1906074. OLE color: 1906074.
HSL color Cylindrical-coordinate representation of color #9A151D: hue angle of 356.39º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A151D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 29 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.40 |
| HSL | 356.39º | 0.76% | 0.34% | - |
| HSV(B) | 356.39º | 0.86% | 0.6% | - |
| XYZ | 13.82 | 7.5 | 1.88 | - |
| YUV | 61.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 29 | 0 | 0.86 | 0.81 | 0.40 | 356.39 | 0.76 | 0.34 |
| Hex | 9A | 15 | 1D | 0 | 56 | 51 | 28 | 164 | 4C | 22 |
| Octal | 232 | 25 | 35 | 0 | 126 | 121 | 50 | 544 | 114 | 42 |
| Binary | 10011010 | 10101 | 11101 | 0 | 1010110 | 1010001 | 101000 | 101100100 | 1001100 | 100010 |
Color Harmonies of #9A151D
Complementary color
Monochromatic Colors of #9A151D
Black with #9A151D
Text Example
Text Example
White with #9A151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A151D; }
p { color: rgb(154,21,29); }
H1.HeaderClassName
{
color: #9A151D;
}
.AnyTagClassName
{
color: #9A151D;
}
</style>
background-color css
<style>
a { background-color: #9A151D; }
a { background-color: rgb(154,21,29); }
div.DivClassName
{
background-color: #9A151D;
}
.BgClassName
{
background-color: #9A151D;
}
</style>
border-color css
<style>
span { border-color: #9A151D; }
span { border-color: rgb(154,21,29); }
td.TdClassName
{
border-color: #9A151D;
}
.TagClassName
{
border-color: #9A151D;
}
</style>