Shades of Dark Red #9A1703
Tints of Dark Red #9A1703
RGB
CMYK
RGB Variations
Color information
#9A1703 (or 0x9A1703) is known color: Dark Red. HEX triplet: 9A, 17 and 03. RGB value is (154,23,3). Sum of RGB (Red+Green+Blue) = 154+23+3=180 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.56% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1703 is #65E8FC. Grayscale: #3C3C3C. Windows color (decimal): -6678781 or 202650. OLE color: 202650.
HSL color Cylindrical-coordinate representation of color #9A1703: hue angle of 7.95º 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 #9A1703 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.40 |
| HSL | 7.95º | 0.96% | 0.31% | - |
| HSV(B) | 7.95º | 0.98% | 0.6% | - |
| XYZ | 13.65 | 7.49 | 0.81 | - |
| YUV | 59.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 3 | 0 | 0.85 | 0.98 | 0.40 | 7.95 | 0.96 | 0.31 |
| Hex | 9A | 17 | 3 | 0 | 55 | 62 | 28 | 8 | 60 | 1F |
| Octal | 232 | 27 | 3 | 0 | 125 | 142 | 50 | 10 | 140 | 37 |
| Binary | 10011010 | 10111 | 11 | 0 | 1010101 | 1100010 | 101000 | 1000 | 1100000 | 11111 |
Color Harmonies of #9A1703
Complementary color
Monochromatic Colors of #9A1703
Black with #9A1703
Text Example
Text Example
White with #9A1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1703; }
p { color: rgb(154,23,3); }
H1.HeaderClassName
{
color: #9A1703;
}
.AnyTagClassName
{
color: #9A1703;
}
</style>
background-color css
<style>
a { background-color: #9A1703; }
a { background-color: rgb(154,23,3); }
div.DivClassName
{
background-color: #9A1703;
}
.BgClassName
{
background-color: #9A1703;
}
</style>
border-color css
<style>
span { border-color: #9A1703; }
span { border-color: rgb(154,23,3); }
td.TdClassName
{
border-color: #9A1703;
}
.TagClassName
{
border-color: #9A1703;
}
</style>