Shades of Carmine #9A041A
Tints of Carmine #9A041A
RGB
CMYK
RGB Variations
Color information
#9A041A (or 0x9A041A) is known color: Carmine. HEX triplet: 9A, 04 and 1A. RGB value is (154,4,26). Sum of RGB (Red+Green+Blue) = 154+4+26=184 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.70% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 154 - color contains mainly: red. Hex color #9A041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A041A is #65FBE5. Grayscale: #333333. Windows color (decimal): -6683622 or 1705114. OLE color: 1705114.
HSL color Cylindrical-coordinate representation of color #9A041A: hue angle of 351.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A041A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 26 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.40 |
| HSL | 351.2º | 0.95% | 0.31% | - |
| HSV(B) | 351.2º | 0.97% | 0.6% | - |
| XYZ | 13.56 | 7.03 | 1.62 | - |
| YUV | 51.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 26 | 0 | 0.97 | 0.83 | 0.40 | 351.2 | 0.95 | 0.31 |
| Hex | 9A | 4 | 1A | 0 | 61 | 53 | 28 | 15F | 5F | 1F |
| Octal | 232 | 4 | 32 | 0 | 141 | 123 | 50 | 537 | 137 | 37 |
| Binary | 10011010 | 100 | 11010 | 0 | 1100001 | 1010011 | 101000 | 101011111 | 1011111 | 11111 |
Color Harmonies of #9A041A
Complementary color
Monochromatic Colors of #9A041A
Black with #9A041A
Text Example
Text Example
White with #9A041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A041A; }
p { color: rgb(154,4,26); }
H1.HeaderClassName
{
color: #9A041A;
}
.AnyTagClassName
{
color: #9A041A;
}
</style>
background-color css
<style>
a { background-color: #9A041A; }
a { background-color: rgb(154,4,26); }
div.DivClassName
{
background-color: #9A041A;
}
.BgClassName
{
background-color: #9A041A;
}
</style>
border-color css
<style>
span { border-color: #9A041A; }
span { border-color: rgb(154,4,26); }
td.TdClassName
{
border-color: #9A041A;
}
.TagClassName
{
border-color: #9A041A;
}
</style>