Shades of Carmine #930113
Tints of Carmine #930113
RGB
CMYK
RGB Variations
Color information
#930113 (or 0x930113) is known color: Carmine. HEX triplet: 93, 01 and 13. RGB value is (147,1,19). Sum of RGB (Red+Green+Blue) = 147+1+19=167 (22% of max value = 765). Red value is 147 (57.81% from 255 or 88.02% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 147 - color contains mainly: red. Hex color #930113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930113 is #6CFEEC. Grayscale: #2E2E2E. Windows color (decimal): -7143149 or 1245587. OLE color: 1245587.
HSL color Cylindrical-coordinate representation of color #930113: hue angle of 352.6º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930113 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.42 |
| HSL | 352.6º | 0.99% | 0.29% | - |
| HSV(B) | 352.6º | 0.99% | 0.58% | - |
| XYZ | 12.16 | 6.27 | 1.19 | - |
| YUV | 46.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 19 | 0 | 0.99 | 0.87 | 0.42 | 352.6 | 0.99 | 0.29 |
| Hex | 93 | 1 | 13 | 0 | 63 | 57 | 2A | 161 | 63 | 1D |
| Octal | 223 | 1 | 23 | 0 | 143 | 127 | 52 | 541 | 143 | 35 |
| Binary | 10010011 | 1 | 10011 | 0 | 1100011 | 1010111 | 101010 | 101100001 | 1100011 | 11101 |
Color Harmonies of #930113
Complementary color
Monochromatic Colors of #930113
Black with #930113
Text Example
Text Example
White with #930113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930113; }
p { color: rgb(147,1,19); }
H1.HeaderClassName
{
color: #930113;
}
.AnyTagClassName
{
color: #930113;
}
</style>
background-color css
<style>
a { background-color: #930113; }
a { background-color: rgb(147,1,19); }
div.DivClassName
{
background-color: #930113;
}
.BgClassName
{
background-color: #930113;
}
</style>
border-color css
<style>
span { border-color: #930113; }
span { border-color: rgb(147,1,19); }
td.TdClassName
{
border-color: #930113;
}
.TagClassName
{
border-color: #930113;
}
</style>