Shades of Dark Red #9A1203
Tints of Dark Red #9A1203
RGB
CMYK
RGB Variations
Color information
#9A1203 (or 0x9A1203) is known color: Dark Red. HEX triplet: 9A, 12 and 03. RGB value is (154,18,3). Sum of RGB (Red+Green+Blue) = 154+18+3=175 (23% of max value = 765). Red value is 154 (60.55% from 255 or 88% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1203 is #65EDFC. Grayscale: #393939. Windows color (decimal): -6680061 or 201370. OLE color: 201370.
HSL color Cylindrical-coordinate representation of color #9A1203: hue angle of 5.96º 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 #9A1203 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.40 |
| HSL | 5.96º | 0.96% | 0.31% | - |
| HSV(B) | 5.96º | 0.98% | 0.6% | - |
| XYZ | 13.56 | 7.31 | 0.78 | - |
| YUV | 56.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 3 | 0 | 0.88 | 0.98 | 0.40 | 5.96 | 0.96 | 0.31 |
| Hex | 9A | 12 | 3 | 0 | 58 | 62 | 28 | 6 | 60 | 1F |
| Octal | 232 | 22 | 3 | 0 | 130 | 142 | 50 | 6 | 140 | 37 |
| Binary | 10011010 | 10010 | 11 | 0 | 1011000 | 1100010 | 101000 | 110 | 1100000 | 11111 |
Color Harmonies of #9A1203
Complementary color
Monochromatic Colors of #9A1203
Black with #9A1203
Text Example
Text Example
White with #9A1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1203; }
p { color: rgb(154,18,3); }
H1.HeaderClassName
{
color: #9A1203;
}
.AnyTagClassName
{
color: #9A1203;
}
</style>
background-color css
<style>
a { background-color: #9A1203; }
a { background-color: rgb(154,18,3); }
div.DivClassName
{
background-color: #9A1203;
}
.BgClassName
{
background-color: #9A1203;
}
</style>
border-color css
<style>
span { border-color: #9A1203; }
span { border-color: rgb(154,18,3); }
td.TdClassName
{
border-color: #9A1203;
}
.TagClassName
{
border-color: #9A1203;
}
</style>