Shades of Dark Red #930A00
Tints of Dark Red #930A00
RGB
CMYK
RGB Variations
Color information
#930A00 (or 0x930A00) is known color: Dark Red. HEX triplet: 93, 0A and 00. RGB value is (147,10,0). Sum of RGB (Red+Green+Blue) = 147+10+0=157 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.63% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 147 - color contains mainly: red. Hex color #930A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A00 is #6CF5FF. Grayscale: #323232. Windows color (decimal): -7140864 or 2707. OLE color: 2707.
HSL color Cylindrical-coordinate representation of color #930A00: hue angle of 4.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930A00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 10 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.42 |
| HSL | 4.08º | 1% | 0.29% | - |
| HSV(B) | 4.08º | 1% | 0.58% | - |
| XYZ | 12.14 | 6.42 | 0.6 | - |
| YUV | 49.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 0 | 0 | 0.93 | 1 | 0.42 | 4.08 | 1 | 0.29 |
| Hex | 93 | A | 0 | 0 | 5D | 64 | 2A | 4 | 64 | 1D |
| Octal | 223 | 12 | 0 | 0 | 135 | 144 | 52 | 4 | 144 | 35 |
| Binary | 10010011 | 1010 | 0 | 0 | 1011101 | 1100100 | 101010 | 100 | 1100100 | 11101 |
Color Harmonies of #930A00
Complementary color
Monochromatic Colors of #930A00
Black with #930A00
Text Example
Text Example
White with #930A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930A00; }
p { color: rgb(147,10,0); }
H1.HeaderClassName
{
color: #930A00;
}
.AnyTagClassName
{
color: #930A00;
}
</style>
background-color css
<style>
a { background-color: #930A00; }
a { background-color: rgb(147,10,0); }
div.DivClassName
{
background-color: #930A00;
}
.BgClassName
{
background-color: #930A00;
}
</style>
border-color css
<style>
span { border-color: #930A00; }
span { border-color: rgb(147,10,0); }
td.TdClassName
{
border-color: #930A00;
}
.TagClassName
{
border-color: #930A00;
}
</style>