Shades of Carmine #900A1F
Tints of Carmine #900A1F
RGB
CMYK
RGB Variations
Color information
#900A1F (or 0x900A1F) is known color: Carmine. HEX triplet: 90, 0A and 1F. RGB value is (144,10,31). Sum of RGB (Red+Green+Blue) = 144+10+31=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A1F is #6FF5E0. Grayscale: #343434. Windows color (decimal): -7337441 or 2034320. OLE color: 2034320.
HSL color Cylindrical-coordinate representation of color #900A1F: hue angle of 350.6º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A1F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 31 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.44 |
| HSL | 350.6º | 0.87% | 0.3% | - |
| HSV(B) | 350.6º | 0.93% | 0.56% | - |
| XYZ | 11.86 | 6.25 | 1.88 | - |
| YUV | 52.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 31 | 0 | 0.93 | 0.78 | 0.44 | 350.6 | 0.87 | 0.3 |
| Hex | 90 | A | 1F | 0 | 5D | 4E | 2C | 15F | 57 | 1E |
| Octal | 220 | 12 | 37 | 0 | 135 | 116 | 54 | 537 | 127 | 36 |
| Binary | 10010000 | 1010 | 11111 | 0 | 1011101 | 1001110 | 101100 | 101011111 | 1010111 | 11110 |
Color Harmonies of #900A1F
Complementary color
Monochromatic Colors of #900A1F
Black with #900A1F
Text Example
Text Example
White with #900A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A1F; }
p { color: rgb(144,10,31); }
H1.HeaderClassName
{
color: #900A1F;
}
.AnyTagClassName
{
color: #900A1F;
}
</style>
background-color css
<style>
a { background-color: #900A1F; }
a { background-color: rgb(144,10,31); }
div.DivClassName
{
background-color: #900A1F;
}
.BgClassName
{
background-color: #900A1F;
}
</style>
border-color css
<style>
span { border-color: #900A1F; }
span { border-color: rgb(144,10,31); }
td.TdClassName
{
border-color: #900A1F;
}
.TagClassName
{
border-color: #900A1F;
}
</style>