Shades of Carmine #9A1418
Tints of Carmine #9A1418
RGB
CMYK
RGB Variations
Color information
#9A1418 (or 0x9A1418) is known color: Carmine. HEX triplet: 9A, 14 and 18. RGB value is (154,20,24). Sum of RGB (Red+Green+Blue) = 154+20+24=198 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.78% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1418 is #65EBE7. Grayscale: #3C3C3C. Windows color (decimal): -6679528 or 1578138. OLE color: 1578138.
HSL color Cylindrical-coordinate representation of color #9A1418: hue angle of 358.21º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1418 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 24 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.40 |
| HSL | 358.21º | 0.77% | 0.34% | - |
| HSV(B) | 358.21º | 0.87% | 0.6% | - |
| XYZ | 13.74 | 7.44 | 1.58 | - |
| YUV | 60.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 24 | 0 | 0.87 | 0.84 | 0.40 | 358.21 | 0.77 | 0.34 |
| Hex | 9A | 14 | 18 | 0 | 57 | 54 | 28 | 166 | 4D | 22 |
| Octal | 232 | 24 | 30 | 0 | 127 | 124 | 50 | 546 | 115 | 42 |
| Binary | 10011010 | 10100 | 11000 | 0 | 1010111 | 1010100 | 101000 | 101100110 | 1001101 | 100010 |
Color Harmonies of #9A1418
Complementary color
Monochromatic Colors of #9A1418
Black with #9A1418
Text Example
Text Example
White with #9A1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1418; }
p { color: rgb(154,20,24); }
H1.HeaderClassName
{
color: #9A1418;
}
.AnyTagClassName
{
color: #9A1418;
}
</style>
background-color css
<style>
a { background-color: #9A1418; }
a { background-color: rgb(154,20,24); }
div.DivClassName
{
background-color: #9A1418;
}
.BgClassName
{
background-color: #9A1418;
}
</style>
border-color css
<style>
span { border-color: #9A1418; }
span { border-color: rgb(154,20,24); }
td.TdClassName
{
border-color: #9A1418;
}
.TagClassName
{
border-color: #9A1418;
}
</style>