Shades of Guardsman Red #9B313C
Tints of Guardsman Red #9B313C
RGB
CMYK
RGB Variations
Color information
#9B313C (or 0x9B313C) is known color: Guardsman Red. HEX triplet: 9B, 31 and 3C. RGB value is (155,49,60). Sum of RGB (Red+Green+Blue) = 155+49+60=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B313C is #64CEC3. Grayscale: #525252. Windows color (decimal): -6606532 or 3944859. OLE color: 3944859.
HSL color Cylindrical-coordinate representation of color #9B313C: hue angle of 353.77º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B313C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 60 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.39 |
| HSL | 353.77º | 0.52% | 0.4% | - |
| HSV(B) | 353.77º | 0.68% | 0.61% | - |
| XYZ | 15.43 | 9.49 | 5.29 | - |
| YUV | 81.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 60 | 0 | 0.68 | 0.61 | 0.39 | 353.77 | 0.52 | 0.4 |
| Hex | 9B | 31 | 3C | 0 | 44 | 3D | 27 | 162 | 34 | 28 |
| Octal | 233 | 61 | 74 | 0 | 104 | 75 | 47 | 542 | 64 | 50 |
| Binary | 10011011 | 110001 | 111100 | 0 | 1000100 | 111101 | 100111 | 101100010 | 110100 | 101000 |
Color Harmonies of #9B313C
Complementary color
Monochromatic Colors of #9B313C
Black with #9B313C
Text Example
Text Example
White with #9B313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B313C; }
p { color: rgb(155,49,60); }
H1.HeaderClassName
{
color: #9B313C;
}
.AnyTagClassName
{
color: #9B313C;
}
</style>
background-color css
<style>
a { background-color: #9B313C; }
a { background-color: rgb(155,49,60); }
div.DivClassName
{
background-color: #9B313C;
}
.BgClassName
{
background-color: #9B313C;
}
</style>
border-color css
<style>
span { border-color: #9B313C; }
span { border-color: rgb(155,49,60); }
td.TdClassName
{
border-color: #9B313C;
}
.TagClassName
{
border-color: #9B313C;
}
</style>