Shades of Dark Red #981A02
Tints of Dark Red #981A02
RGB
CMYK
RGB Variations
Color information
#981A02 (or 0x981A02) is known color: Dark Red. HEX triplet: 98, 1A and 02. RGB value is (152,26,2). Sum of RGB (Red+Green+Blue) = 152+26+2=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #981A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981A02 is #67E5FD. Grayscale: #3D3D3D. Windows color (decimal): -6809086 or 137880. OLE color: 137880.
HSL color Cylindrical-coordinate representation of color #981A02: hue angle of 9.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #981A02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.40 |
| HSL | 9.6º | 0.97% | 0.3% | - |
| HSV(B) | 9.6º | 0.99% | 0.6% | - |
| XYZ | 13.33 | 7.42 | 0.79 | - |
| YUV | 60.94 | 94.74 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 2 | 0 | 0.83 | 0.99 | 0.40 | 9.6 | 0.97 | 0.3 |
| Hex | 98 | 1A | 2 | 0 | 53 | 63 | 28 | A | 61 | 1E |
| Octal | 230 | 32 | 2 | 0 | 123 | 143 | 50 | 12 | 141 | 36 |
| Binary | 10011000 | 11010 | 10 | 0 | 1010011 | 1100011 | 101000 | 1010 | 1100001 | 11110 |
Color Harmonies of #981A02
Complementary color
Monochromatic Colors of #981A02
Black with #981A02
Text Example
Text Example
White with #981A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A02; }
p { color: rgb(152,26,2); }
H1.HeaderClassName
{
color: #981A02;
}
.AnyTagClassName
{
color: #981A02;
}
</style>
background-color css
<style>
a { background-color: #981A02; }
a { background-color: rgb(152,26,2); }
div.DivClassName
{
background-color: #981A02;
}
.BgClassName
{
background-color: #981A02;
}
</style>
border-color css
<style>
span { border-color: #981A02; }
span { border-color: rgb(152,26,2); }
td.TdClassName
{
border-color: #981A02;
}
.TagClassName
{
border-color: #981A02;
}
</style>