Shades of Dark Red #8B1303
Tints of Dark Red #8B1303
RGB
CMYK
RGB Variations
Color information
#8B1303 (or 0x8B1303) is known color: Dark Red. HEX triplet: 8B, 13 and 03. RGB value is (139,19,3). Sum of RGB (Red+Green+Blue) = 139+19+3=161 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.34% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1303 is #74ECFC. Grayscale: #353535. Windows color (decimal): -7662845 or 201611. OLE color: 201611.
HSL color Cylindrical-coordinate representation of color #8B1303: hue angle of 7.06º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B1303 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.45 |
| HSL | 7.06º | 0.96% | 0.28% | - |
| HSV(B) | 7.06º | 0.98% | 0.55% | - |
| XYZ | 10.9 | 5.96 | 0.66 | - |
| YUV | 53.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 3 | 0 | 0.86 | 0.98 | 0.45 | 7.06 | 0.96 | 0.28 |
| Hex | 8B | 13 | 3 | 0 | 56 | 62 | 2D | 7 | 60 | 1C |
| Octal | 213 | 23 | 3 | 0 | 126 | 142 | 55 | 7 | 140 | 34 |
| Binary | 10001011 | 10011 | 11 | 0 | 1010110 | 1100010 | 101101 | 111 | 1100000 | 11100 |
Color Harmonies of #8B1303
Complementary color
Monochromatic Colors of #8B1303
Black with #8B1303
Text Example
Text Example
White with #8B1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1303; }
p { color: rgb(139,19,3); }
H1.HeaderClassName
{
color: #8B1303;
}
.AnyTagClassName
{
color: #8B1303;
}
</style>
background-color css
<style>
a { background-color: #8B1303; }
a { background-color: rgb(139,19,3); }
div.DivClassName
{
background-color: #8B1303;
}
.BgClassName
{
background-color: #8B1303;
}
</style>
border-color css
<style>
span { border-color: #8B1303; }
span { border-color: rgb(139,19,3); }
td.TdClassName
{
border-color: #8B1303;
}
.TagClassName
{
border-color: #8B1303;
}
</style>