Shades of Carmine #930F20
Tints of Carmine #930F20
RGB
CMYK
RGB Variations
Color information
#930F20 (or 0x930F20) is known color: Carmine. HEX triplet: 93, 0F and 20. RGB value is (147,15,32). Sum of RGB (Red+Green+Blue) = 147+15+32=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #930F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F20 is #6CF0DF. Grayscale: #383838. Windows color (decimal): -7139552 or 2101139. OLE color: 2101139.
HSL color Cylindrical-coordinate representation of color #930F20: hue angle of 352.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F20 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 32 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.42 |
| HSL | 352.27º | 0.81% | 0.32% | - |
| HSV(B) | 352.27º | 0.9% | 0.58% | - |
| XYZ | 12.46 | 6.65 | 1.99 | - |
| YUV | 56.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 32 | 0 | 0.90 | 0.78 | 0.42 | 352.27 | 0.81 | 0.32 |
| Hex | 93 | F | 20 | 0 | 5A | 4E | 2A | 160 | 51 | 20 |
| Octal | 223 | 17 | 40 | 0 | 132 | 116 | 52 | 540 | 121 | 40 |
| Binary | 10010011 | 1111 | 100000 | 0 | 1011010 | 1001110 | 101010 | 101100000 | 1010001 | 100000 |
Color Harmonies of #930F20
Complementary color
Monochromatic Colors of #930F20
Black with #930F20
Text Example
Text Example
White with #930F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F20; }
p { color: rgb(147,15,32); }
H1.HeaderClassName
{
color: #930F20;
}
.AnyTagClassName
{
color: #930F20;
}
</style>
background-color css
<style>
a { background-color: #930F20; }
a { background-color: rgb(147,15,32); }
div.DivClassName
{
background-color: #930F20;
}
.BgClassName
{
background-color: #930F20;
}
</style>
border-color css
<style>
span { border-color: #930F20; }
span { border-color: rgb(147,15,32); }
td.TdClassName
{
border-color: #930F20;
}
.TagClassName
{
border-color: #930F20;
}
</style>