Shades of Dark Red #9A0803
Tints of Dark Red #9A0803
RGB
CMYK
RGB Variations
Color information
#9A0803 (or 0x9A0803) is known color: Dark Red. HEX triplet: 9A, 08 and 03. RGB value is (154,8,3). Sum of RGB (Red+Green+Blue) = 154+8+3=165 (21% of max value = 765). Red value is 154 (60.55% from 255 or 93.33% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0803 is #65F7FC. Grayscale: #333333. Windows color (decimal): -6682621 or 198810. OLE color: 198810.
HSL color Cylindrical-coordinate representation of color #9A0803: hue angle of 1.99º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0803 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 8 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.40 |
| HSL | 1.99º | 0.96% | 0.31% | - |
| HSV(B) | 1.99º | 0.98% | 0.6% | - |
| XYZ | 13.43 | 7.05 | 0.74 | - |
| YUV | 51.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 3 | 0 | 0.95 | 0.98 | 0.40 | 1.99 | 0.96 | 0.31 |
| Hex | 9A | 8 | 3 | 0 | 5F | 62 | 28 | 2 | 60 | 1F |
| Octal | 232 | 10 | 3 | 0 | 137 | 142 | 50 | 2 | 140 | 37 |
| Binary | 10011010 | 1000 | 11 | 0 | 1011111 | 1100010 | 101000 | 10 | 1100000 | 11111 |
Color Harmonies of #9A0803
Complementary color
Monochromatic Colors of #9A0803
Black with #9A0803
Text Example
Text Example
White with #9A0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0803; }
p { color: rgb(154,8,3); }
H1.HeaderClassName
{
color: #9A0803;
}
.AnyTagClassName
{
color: #9A0803;
}
</style>
background-color css
<style>
a { background-color: #9A0803; }
a { background-color: rgb(154,8,3); }
div.DivClassName
{
background-color: #9A0803;
}
.BgClassName
{
background-color: #9A0803;
}
</style>
border-color css
<style>
span { border-color: #9A0803; }
span { border-color: rgb(154,8,3); }
td.TdClassName
{
border-color: #9A0803;
}
.TagClassName
{
border-color: #9A0803;
}
</style>