Shades of Dark Red #94130B
Tints of Dark Red #94130B
RGB
CMYK
RGB Variations
Color information
#94130B (or 0x94130B) is known color: Dark Red. HEX triplet: 94, 13 and 0B. RGB value is (148,19,11). Sum of RGB (Red+Green+Blue) = 148+19+11=178 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.15% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 148 - color contains mainly: red. Hex color #94130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94130B is #6BECF4. Grayscale: #383838. Windows color (decimal): -7073013 or 725908. OLE color: 725908.
HSL color Cylindrical-coordinate representation of color #94130B: hue angle of 3.5º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94130B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 11 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.42 |
| HSL | 3.5º | 0.86% | 0.31% | - |
| HSV(B) | 3.5º | 0.93% | 0.58% | - |
| XYZ | 12.51 | 6.79 | 0.97 | - |
| YUV | 56.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 11 | 0 | 0.87 | 0.93 | 0.42 | 3.5 | 0.86 | 0.31 |
| Hex | 94 | 13 | B | 0 | 57 | 5D | 2A | 4 | 56 | 1F |
| Octal | 224 | 23 | 13 | 0 | 127 | 135 | 52 | 4 | 126 | 37 |
| Binary | 10010100 | 10011 | 1011 | 0 | 1010111 | 1011101 | 101010 | 100 | 1010110 | 11111 |
Color Harmonies of #94130B
Complementary color
Monochromatic Colors of #94130B
Black with #94130B
Text Example
Text Example
White with #94130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94130B; }
p { color: rgb(148,19,11); }
H1.HeaderClassName
{
color: #94130B;
}
.AnyTagClassName
{
color: #94130B;
}
</style>
background-color css
<style>
a { background-color: #94130B; }
a { background-color: rgb(148,19,11); }
div.DivClassName
{
background-color: #94130B;
}
.BgClassName
{
background-color: #94130B;
}
</style>
border-color css
<style>
span { border-color: #94130B; }
span { border-color: rgb(148,19,11); }
td.TdClassName
{
border-color: #94130B;
}
.TagClassName
{
border-color: #94130B;
}
</style>