Shades of Guardsman Red #9C313C
Tints of Guardsman Red #9C313C
RGB
CMYK
RGB Variations
Color information
#9C313C (or 0x9C313C) is known color: Guardsman Red. HEX triplet: 9C, 31 and 3C. RGB value is (156,49,60). Sum of RGB (Red+Green+Blue) = 156+49+60=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C313C is #63CEC3. Grayscale: #525252. Windows color (decimal): -6540996 or 3944860. OLE color: 3944860.
HSL color Cylindrical-coordinate representation of color #9C313C: hue angle of 353.83º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C313C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 60 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.39 |
| HSL | 353.83º | 0.52% | 0.4% | - |
| HSV(B) | 353.83º | 0.69% | 0.61% | - |
| XYZ | 15.62 | 9.59 | 5.3 | - |
| YUV | 82.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 60 | 0 | 0.69 | 0.62 | 0.39 | 353.83 | 0.52 | 0.4 |
| Hex | 9C | 31 | 3C | 0 | 45 | 3E | 27 | 162 | 34 | 28 |
| Octal | 234 | 61 | 74 | 0 | 105 | 76 | 47 | 542 | 64 | 50 |
| Binary | 10011100 | 110001 | 111100 | 0 | 1000101 | 111110 | 100111 | 101100010 | 110100 | 101000 |
Color Harmonies of #9C313C
Complementary color
Monochromatic Colors of #9C313C
Black with #9C313C
Text Example
Text Example
White with #9C313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C313C; }
p { color: rgb(156,49,60); }
H1.HeaderClassName
{
color: #9C313C;
}
.AnyTagClassName
{
color: #9C313C;
}
</style>
background-color css
<style>
a { background-color: #9C313C; }
a { background-color: rgb(156,49,60); }
div.DivClassName
{
background-color: #9C313C;
}
.BgClassName
{
background-color: #9C313C;
}
</style>
border-color css
<style>
span { border-color: #9C313C; }
span { border-color: rgb(156,49,60); }
td.TdClassName
{
border-color: #9C313C;
}
.TagClassName
{
border-color: #9C313C;
}
</style>