Shades of Dark Red #9C0302
Tints of Dark Red #9C0302
RGB
CMYK
RGB Variations
Color information
#9C0302 (or 0x9C0302) is known color: Dark Red. HEX triplet: 9C, 03 and 02. RGB value is (156,3,2). Sum of RGB (Red+Green+Blue) = 156+3+2=161 (21% of max value = 765). Red value is 156 (61.33% from 255 or 96.89% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0302 is #63FCFD. Grayscale: #303030. Windows color (decimal): -6552830 or 131996. OLE color: 131996.
HSL color Cylindrical-coordinate representation of color #9C0302: hue angle of 0.39º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.39 |
| HSL | 0.39º | 0.97% | 0.31% | - |
| HSV(B) | 0.39º | 0.99% | 0.61% | - |
| XYZ | 13.75 | 7.14 | 0.71 | - |
| YUV | 48.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 2 | 0 | 0.98 | 0.99 | 0.39 | 0.39 | 0.97 | 0.31 |
| Hex | 9C | 3 | 2 | 0 | 62 | 63 | 27 | 0 | 61 | 1F |
| Octal | 234 | 3 | 2 | 0 | 142 | 143 | 47 | 0 | 141 | 37 |
| Binary | 10011100 | 11 | 10 | 0 | 1100010 | 1100011 | 100111 | 0 | 1100001 | 11111 |
Color Harmonies of #9C0302
Complementary color
Monochromatic Colors of #9C0302
Black with #9C0302
Text Example
Text Example
White with #9C0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0302; }
p { color: rgb(156,3,2); }
H1.HeaderClassName
{
color: #9C0302;
}
.AnyTagClassName
{
color: #9C0302;
}
</style>
background-color css
<style>
a { background-color: #9C0302; }
a { background-color: rgb(156,3,2); }
div.DivClassName
{
background-color: #9C0302;
}
.BgClassName
{
background-color: #9C0302;
}
</style>
border-color css
<style>
span { border-color: #9C0302; }
span { border-color: rgb(156,3,2); }
td.TdClassName
{
border-color: #9C0302;
}
.TagClassName
{
border-color: #9C0302;
}
</style>