Shades of Carmine #9A0125
Tints of Carmine #9A0125
RGB
CMYK
RGB Variations
Color information
#9A0125 (or 0x9A0125) is known color: Carmine. HEX triplet: 9A, 01 and 25. RGB value is (154,1,37). Sum of RGB (Red+Green+Blue) = 154+1+37=192 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.21% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0125 is #65FEDA. Grayscale: #323232. Windows color (decimal): -6684379 or 2425242. OLE color: 2425242.
HSL color Cylindrical-coordinate representation of color #9A0125: hue angle of 345.88º 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 #9A0125 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 37 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.40 |
| HSL | 345.88º | 0.99% | 0.3% | - |
| HSV(B) | 345.88º | 0.99% | 0.6% | - |
| XYZ | 13.67 | 7.03 | 2.39 | - |
| YUV | 50.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 37 | 0 | 0.99 | 0.76 | 0.40 | 345.88 | 0.99 | 0.3 |
| Hex | 9A | 1 | 25 | 0 | 63 | 4C | 28 | 15A | 63 | 1E |
| Octal | 232 | 1 | 45 | 0 | 143 | 114 | 50 | 532 | 143 | 36 |
| Binary | 10011010 | 1 | 100101 | 0 | 1100011 | 1001100 | 101000 | 101011010 | 1100011 | 11110 |
Color Harmonies of #9A0125
Complementary color
Monochromatic Colors of #9A0125
Black with #9A0125
Text Example
Text Example
White with #9A0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0125; }
p { color: rgb(154,1,37); }
H1.HeaderClassName
{
color: #9A0125;
}
.AnyTagClassName
{
color: #9A0125;
}
</style>
background-color css
<style>
a { background-color: #9A0125; }
a { background-color: rgb(154,1,37); }
div.DivClassName
{
background-color: #9A0125;
}
.BgClassName
{
background-color: #9A0125;
}
</style>
border-color css
<style>
span { border-color: #9A0125; }
span { border-color: rgb(154,1,37); }
td.TdClassName
{
border-color: #9A0125;
}
.TagClassName
{
border-color: #9A0125;
}
</style>