Shades of Carmine #900925
Tints of Carmine #900925
RGB
CMYK
RGB Variations
Color information
#900925 (or 0x900925) is known color: Carmine. HEX triplet: 90, 09 and 25. RGB value is (144,9,37). Sum of RGB (Red+Green+Blue) = 144+9+37=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #900925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900925 is #6FF6DA. Grayscale: #343434. Windows color (decimal): -7337691 or 2427280. OLE color: 2427280.
HSL color Cylindrical-coordinate representation of color #900925: hue angle of 347.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900925 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 37 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.44 |
| HSL | 347.56º | 0.88% | 0.3% | - |
| HSV(B) | 347.56º | 0.94% | 0.56% | - |
| XYZ | 11.93 | 6.26 | 2.33 | - |
| YUV | 52.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 37 | 0 | 0.94 | 0.74 | 0.44 | 347.56 | 0.88 | 0.3 |
| Hex | 90 | 9 | 25 | 0 | 5E | 4A | 2C | 15C | 58 | 1E |
| Octal | 220 | 11 | 45 | 0 | 136 | 112 | 54 | 534 | 130 | 36 |
| Binary | 10010000 | 1001 | 100101 | 0 | 1011110 | 1001010 | 101100 | 101011100 | 1011000 | 11110 |
Color Harmonies of #900925
Complementary color
Monochromatic Colors of #900925
Black with #900925
Text Example
Text Example
White with #900925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900925; }
p { color: rgb(144,9,37); }
H1.HeaderClassName
{
color: #900925;
}
.AnyTagClassName
{
color: #900925;
}
</style>
background-color css
<style>
a { background-color: #900925; }
a { background-color: rgb(144,9,37); }
div.DivClassName
{
background-color: #900925;
}
.BgClassName
{
background-color: #900925;
}
</style>
border-color css
<style>
span { border-color: #900925; }
span { border-color: rgb(144,9,37); }
td.TdClassName
{
border-color: #900925;
}
.TagClassName
{
border-color: #900925;
}
</style>