Shades of Carmine #900F26
Tints of Carmine #900F26
RGB
CMYK
RGB Variations
Color information
#900F26 (or 0x900F26) is known color: Carmine. HEX triplet: 90, 0F and 26. RGB value is (144,15,38). Sum of RGB (Red+Green+Blue) = 144+15+38=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #900F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F26 is #6FF0D9. Grayscale: #383838. Windows color (decimal): -7336154 or 2494352. OLE color: 2494352.
HSL color Cylindrical-coordinate representation of color #900F26: hue angle of 349.3º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F26 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 38 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.44 |
| HSL | 349.3º | 0.81% | 0.31% | - |
| HSV(B) | 349.3º | 0.9% | 0.56% | - |
| XYZ | 12.02 | 6.41 | 2.44 | - |
| YUV | 56.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 38 | 0 | 0.90 | 0.74 | 0.44 | 349.3 | 0.81 | 0.31 |
| Hex | 90 | F | 26 | 0 | 5A | 4A | 2C | 15D | 51 | 1F |
| Octal | 220 | 17 | 46 | 0 | 132 | 112 | 54 | 535 | 121 | 37 |
| Binary | 10010000 | 1111 | 100110 | 0 | 1011010 | 1001010 | 101100 | 101011101 | 1010001 | 11111 |
Color Harmonies of #900F26
Complementary color
Monochromatic Colors of #900F26
Black with #900F26
Text Example
Text Example
White with #900F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F26; }
p { color: rgb(144,15,38); }
H1.HeaderClassName
{
color: #900F26;
}
.AnyTagClassName
{
color: #900F26;
}
</style>
background-color css
<style>
a { background-color: #900F26; }
a { background-color: rgb(144,15,38); }
div.DivClassName
{
background-color: #900F26;
}
.BgClassName
{
background-color: #900F26;
}
</style>
border-color css
<style>
span { border-color: #900F26; }
span { border-color: rgb(144,15,38); }
td.TdClassName
{
border-color: #900F26;
}
.TagClassName
{
border-color: #900F26;
}
</style>