Shades of Dark Red #950A03
Tints of Dark Red #950A03
RGB
CMYK
RGB Variations
Color information
#950A03 (or 0x950A03) is known color: Dark Red. HEX triplet: 95, 0A and 03. RGB value is (149,10,3). Sum of RGB (Red+Green+Blue) = 149+10+3=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #950A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A03 is #6AF5FC. Grayscale: #323232. Windows color (decimal): -7009789 or 199317. OLE color: 199317.
HSL color Cylindrical-coordinate representation of color #950A03: hue angle of 2.88º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950A03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 3 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.42 |
| HSL | 2.88º | 0.96% | 0.3% | - |
| HSV(B) | 2.88º | 0.98% | 0.58% | - |
| XYZ | 12.52 | 6.61 | 0.7 | - |
| YUV | 50.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 3 | 0 | 0.93 | 0.98 | 0.42 | 2.88 | 0.96 | 0.3 |
| Hex | 95 | A | 3 | 0 | 5D | 62 | 2A | 3 | 60 | 1E |
| Octal | 225 | 12 | 3 | 0 | 135 | 142 | 52 | 3 | 140 | 36 |
| Binary | 10010101 | 1010 | 11 | 0 | 1011101 | 1100010 | 101010 | 11 | 1100000 | 11110 |
Color Harmonies of #950A03
Complementary color
Monochromatic Colors of #950A03
Black with #950A03
Text Example
Text Example
White with #950A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A03; }
p { color: rgb(149,10,3); }
H1.HeaderClassName
{
color: #950A03;
}
.AnyTagClassName
{
color: #950A03;
}
</style>
background-color css
<style>
a { background-color: #950A03; }
a { background-color: rgb(149,10,3); }
div.DivClassName
{
background-color: #950A03;
}
.BgClassName
{
background-color: #950A03;
}
</style>
border-color css
<style>
span { border-color: #950A03; }
span { border-color: rgb(149,10,3); }
td.TdClassName
{
border-color: #950A03;
}
.TagClassName
{
border-color: #950A03;
}
</style>