Shades of Carmine #9A1424
Tints of Carmine #9A1424
RGB
CMYK
RGB Variations
Color information
#9A1424 (or 0x9A1424) is known color: Carmine. HEX triplet: 9A, 14 and 24. RGB value is (154,20,36). Sum of RGB (Red+Green+Blue) = 154+20+36=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1424 is #65EBDB. Grayscale: #3D3D3D. Windows color (decimal): -6679516 or 2364570. OLE color: 2364570.
HSL color Cylindrical-coordinate representation of color #9A1424: hue angle of 352.84º 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 #9A1424 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 36 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.40 |
| HSL | 352.84º | 0.77% | 0.34% | - |
| HSV(B) | 352.84º | 0.87% | 0.6% | - |
| XYZ | 13.9 | 7.5 | 2.38 | - |
| YUV | 61.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 36 | 0 | 0.87 | 0.77 | 0.40 | 352.84 | 0.77 | 0.34 |
| Hex | 9A | 14 | 24 | 0 | 57 | 4D | 28 | 161 | 4D | 22 |
| Octal | 232 | 24 | 44 | 0 | 127 | 115 | 50 | 541 | 115 | 42 |
| Binary | 10011010 | 10100 | 100100 | 0 | 1010111 | 1001101 | 101000 | 101100001 | 1001101 | 100010 |
Color Harmonies of #9A1424
Complementary color
Monochromatic Colors of #9A1424
Black with #9A1424
Text Example
Text Example
White with #9A1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1424; }
p { color: rgb(154,20,36); }
H1.HeaderClassName
{
color: #9A1424;
}
.AnyTagClassName
{
color: #9A1424;
}
</style>
background-color css
<style>
a { background-color: #9A1424; }
a { background-color: rgb(154,20,36); }
div.DivClassName
{
background-color: #9A1424;
}
.BgClassName
{
background-color: #9A1424;
}
</style>
border-color css
<style>
span { border-color: #9A1424; }
span { border-color: rgb(154,20,36); }
td.TdClassName
{
border-color: #9A1424;
}
.TagClassName
{
border-color: #9A1424;
}
</style>