Shades of Dark Red #981B03
Tints of Dark Red #981B03
RGB
CMYK
RGB Variations
Color information
#981B03 (or 0x981B03) is known color: Dark Red. HEX triplet: 98, 1B and 03. RGB value is (152,27,3). Sum of RGB (Red+Green+Blue) = 152+27+3=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #981B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981B03 is #67E4FC. Grayscale: #3D3D3D. Windows color (decimal): -6808829 or 203672. OLE color: 203672.
HSL color Cylindrical-coordinate representation of color #981B03: hue angle of 9.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #981B03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.40 |
| HSL | 9.66º | 0.96% | 0.3% | - |
| HSV(B) | 9.66º | 0.98% | 0.6% | - |
| XYZ | 13.36 | 7.47 | 0.82 | - |
| YUV | 61.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 3 | 0 | 0.82 | 0.98 | 0.40 | 9.66 | 0.96 | 0.3 |
| Hex | 98 | 1B | 3 | 0 | 52 | 62 | 28 | A | 60 | 1E |
| Octal | 230 | 33 | 3 | 0 | 122 | 142 | 50 | 12 | 140 | 36 |
| Binary | 10011000 | 11011 | 11 | 0 | 1010010 | 1100010 | 101000 | 1010 | 1100000 | 11110 |
Color Harmonies of #981B03
Complementary color
Monochromatic Colors of #981B03
Black with #981B03
Text Example
Text Example
White with #981B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B03; }
p { color: rgb(152,27,3); }
H1.HeaderClassName
{
color: #981B03;
}
.AnyTagClassName
{
color: #981B03;
}
</style>
background-color css
<style>
a { background-color: #981B03; }
a { background-color: rgb(152,27,3); }
div.DivClassName
{
background-color: #981B03;
}
.BgClassName
{
background-color: #981B03;
}
</style>
border-color css
<style>
span { border-color: #981B03; }
span { border-color: rgb(152,27,3); }
td.TdClassName
{
border-color: #981B03;
}
.TagClassName
{
border-color: #981B03;
}
</style>