Shades of Carmine #900C1B
Tints of Carmine #900C1B
RGB
CMYK
RGB Variations
Color information
#900C1B (or 0x900C1B) is known color: Carmine. HEX triplet: 90, 0C and 1B. RGB value is (144,12,27). Sum of RGB (Red+Green+Blue) = 144+12+27=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900C1B is #6FF3E4. Grayscale: #353535. Windows color (decimal): -7336933 or 1772688. OLE color: 1772688.
HSL color Cylindrical-coordinate representation of color #900C1B: hue angle of 353.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C1B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 12 | 27 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.44 |
| HSL | 353.18º | 0.85% | 0.31% | - |
| HSV(B) | 353.18º | 0.92% | 0.56% | - |
| XYZ | 11.83 | 6.27 | 1.62 | - |
| YUV | 53.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 27 | 0 | 0.92 | 0.81 | 0.44 | 353.18 | 0.85 | 0.31 |
| Hex | 90 | C | 1B | 0 | 5C | 51 | 2C | 161 | 55 | 1F |
| Octal | 220 | 14 | 33 | 0 | 134 | 121 | 54 | 541 | 125 | 37 |
| Binary | 10010000 | 1100 | 11011 | 0 | 1011100 | 1010001 | 101100 | 101100001 | 1010101 | 11111 |
Color Harmonies of #900C1B
Complementary color
Monochromatic Colors of #900C1B
Black with #900C1B
Text Example
Text Example
White with #900C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C1B; }
p { color: rgb(144,12,27); }
H1.HeaderClassName
{
color: #900C1B;
}
.AnyTagClassName
{
color: #900C1B;
}
</style>
background-color css
<style>
a { background-color: #900C1B; }
a { background-color: rgb(144,12,27); }
div.DivClassName
{
background-color: #900C1B;
}
.BgClassName
{
background-color: #900C1B;
}
</style>
border-color css
<style>
span { border-color: #900C1B; }
span { border-color: rgb(144,12,27); }
td.TdClassName
{
border-color: #900C1B;
}
.TagClassName
{
border-color: #900C1B;
}
</style>