Shades of Carmine #9A1423
Tints of Carmine #9A1423
RGB
CMYK
RGB Variations
Color information
#9A1423 (or 0x9A1423) is known color: Carmine. HEX triplet: 9A, 14 and 23. RGB value is (154,20,35). Sum of RGB (Red+Green+Blue) = 154+20+35=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1423 is #65EBDC. Grayscale: #3D3D3D. Windows color (decimal): -6679517 or 2299034. OLE color: 2299034.
HSL color Cylindrical-coordinate representation of color #9A1423: hue angle of 353.28º 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 #9A1423 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 35 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.40 |
| HSL | 353.28º | 0.77% | 0.34% | - |
| HSV(B) | 353.28º | 0.87% | 0.6% | - |
| XYZ | 13.88 | 7.49 | 2.3 | - |
| YUV | 61.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 35 | 0 | 0.87 | 0.77 | 0.40 | 353.28 | 0.77 | 0.34 |
| Hex | 9A | 14 | 23 | 0 | 57 | 4D | 28 | 161 | 4D | 22 |
| Octal | 232 | 24 | 43 | 0 | 127 | 115 | 50 | 541 | 115 | 42 |
| Binary | 10011010 | 10100 | 100011 | 0 | 1010111 | 1001101 | 101000 | 101100001 | 1001101 | 100010 |
Color Harmonies of #9A1423
Complementary color
Monochromatic Colors of #9A1423
Black with #9A1423
Text Example
Text Example
White with #9A1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1423; }
p { color: rgb(154,20,35); }
H1.HeaderClassName
{
color: #9A1423;
}
.AnyTagClassName
{
color: #9A1423;
}
</style>
background-color css
<style>
a { background-color: #9A1423; }
a { background-color: rgb(154,20,35); }
div.DivClassName
{
background-color: #9A1423;
}
.BgClassName
{
background-color: #9A1423;
}
</style>
border-color css
<style>
span { border-color: #9A1423; }
span { border-color: rgb(154,20,35); }
td.TdClassName
{
border-color: #9A1423;
}
.TagClassName
{
border-color: #9A1423;
}
</style>