Shades of Carmine #9A181B
Tints of Carmine #9A181B
RGB
CMYK
RGB Variations
Color information
#9A181B (or 0x9A181B) is known color: Carmine. HEX triplet: 9A, 18 and 1B. RGB value is (154,24,27). Sum of RGB (Red+Green+Blue) = 154+24+27=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A181B is #65E7E4. Grayscale: #3F3F3F. Windows color (decimal): -6678501 or 1775770. OLE color: 1775770.
HSL color Cylindrical-coordinate representation of color #9A181B: hue angle of 358.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A181B is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 27 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.40 |
| HSL | 358.62º | 0.73% | 0.35% | - |
| HSV(B) | 358.62º | 0.84% | 0.6% | - |
| XYZ | 13.85 | 7.6 | 1.77 | - |
| YUV | 63.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 27 | 0 | 0.84 | 0.82 | 0.40 | 358.62 | 0.73 | 0.35 |
| Hex | 9A | 18 | 1B | 0 | 54 | 52 | 28 | 167 | 49 | 23 |
| Octal | 232 | 30 | 33 | 0 | 124 | 122 | 50 | 547 | 111 | 43 |
| Binary | 10011010 | 11000 | 11011 | 0 | 1010100 | 1010010 | 101000 | 101100111 | 1001001 | 100011 |
Color Harmonies of #9A181B
Complementary color
Monochromatic Colors of #9A181B
Black with #9A181B
Text Example
Text Example
White with #9A181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A181B; }
p { color: rgb(154,24,27); }
H1.HeaderClassName
{
color: #9A181B;
}
.AnyTagClassName
{
color: #9A181B;
}
</style>
background-color css
<style>
a { background-color: #9A181B; }
a { background-color: rgb(154,24,27); }
div.DivClassName
{
background-color: #9A181B;
}
.BgClassName
{
background-color: #9A181B;
}
</style>
border-color css
<style>
span { border-color: #9A181B; }
span { border-color: rgb(154,24,27); }
td.TdClassName
{
border-color: #9A181B;
}
.TagClassName
{
border-color: #9A181B;
}
</style>