Shades of Carmine #9A012B
Tints of Carmine #9A012B
RGB
CMYK
RGB Variations
Color information
#9A012B (or 0x9A012B) is known color: Carmine. HEX triplet: 9A, 01 and 2B. RGB value is (154,1,43). Sum of RGB (Red+Green+Blue) = 154+1+43=198 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.78% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 154 - color contains mainly: red. Hex color #9A012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A012B is #65FED4. Grayscale: #333333. Windows color (decimal): -6684373 or 2818458. OLE color: 2818458.
HSL color Cylindrical-coordinate representation of color #9A012B: hue angle of 343.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A012B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.40 |
| HSL | 343.53º | 0.99% | 0.3% | - |
| HSV(B) | 343.53º | 0.99% | 0.6% | - |
| XYZ | 13.77 | 7.07 | 2.92 | - |
| YUV | 51.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 43 | 0 | 0.99 | 0.72 | 0.40 | 343.53 | 0.99 | 0.3 |
| Hex | 9A | 1 | 2B | 0 | 63 | 48 | 28 | 158 | 63 | 1E |
| Octal | 232 | 1 | 53 | 0 | 143 | 110 | 50 | 530 | 143 | 36 |
| Binary | 10011010 | 1 | 101011 | 0 | 1100011 | 1001000 | 101000 | 101011000 | 1100011 | 11110 |
Color Harmonies of #9A012B
Complementary color
Monochromatic Colors of #9A012B
Black with #9A012B
Text Example
Text Example
White with #9A012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A012B; }
p { color: rgb(154,1,43); }
H1.HeaderClassName
{
color: #9A012B;
}
.AnyTagClassName
{
color: #9A012B;
}
</style>
background-color css
<style>
a { background-color: #9A012B; }
a { background-color: rgb(154,1,43); }
div.DivClassName
{
background-color: #9A012B;
}
.BgClassName
{
background-color: #9A012B;
}
</style>
border-color css
<style>
span { border-color: #9A012B; }
span { border-color: rgb(154,1,43); }
td.TdClassName
{
border-color: #9A012B;
}
.TagClassName
{
border-color: #9A012B;
}
</style>