Shades of Carmine #900626
Tints of Carmine #900626
RGB
CMYK
RGB Variations
Color information
#900626 (or 0x900626) is known color: Carmine. HEX triplet: 90, 06 and 26. RGB value is (144,6,38). Sum of RGB (Red+Green+Blue) = 144+6+38=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #900626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900626 is #6FF9D9. Grayscale: #323232. Windows color (decimal): -7338458 or 2492048. OLE color: 2492048.
HSL color Cylindrical-coordinate representation of color #900626: hue angle of 346.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900626 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 38 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.44 |
| HSL | 346.09º | 0.92% | 0.29% | - |
| HSV(B) | 346.09º | 0.96% | 0.56% | - |
| XYZ | 11.92 | 6.2 | 2.4 | - |
| YUV | 50.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 38 | 0 | 0.96 | 0.74 | 0.44 | 346.09 | 0.92 | 0.29 |
| Hex | 90 | 6 | 26 | 0 | 60 | 4A | 2C | 15A | 5C | 1D |
| Octal | 220 | 6 | 46 | 0 | 140 | 112 | 54 | 532 | 134 | 35 |
| Binary | 10010000 | 110 | 100110 | 0 | 1100000 | 1001010 | 101100 | 101011010 | 1011100 | 11101 |
Color Harmonies of #900626
Complementary color
Monochromatic Colors of #900626
Black with #900626
Text Example
Text Example
White with #900626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900626; }
p { color: rgb(144,6,38); }
H1.HeaderClassName
{
color: #900626;
}
.AnyTagClassName
{
color: #900626;
}
</style>
background-color css
<style>
a { background-color: #900626; }
a { background-color: rgb(144,6,38); }
div.DivClassName
{
background-color: #900626;
}
.BgClassName
{
background-color: #900626;
}
</style>
border-color css
<style>
span { border-color: #900626; }
span { border-color: rgb(144,6,38); }
td.TdClassName
{
border-color: #900626;
}
.TagClassName
{
border-color: #900626;
}
</style>