Shades of Guardsman Red #9B313A
Tints of Guardsman Red #9B313A
RGB
CMYK
RGB Variations
Color information
#9B313A (or 0x9B313A) is known color: Guardsman Red. HEX triplet: 9B, 31 and 3A. RGB value is (155,49,58). Sum of RGB (Red+Green+Blue) = 155+49+58=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B313A is #64CEC5. Grayscale: #515151. Windows color (decimal): -6606534 or 3813787. OLE color: 3813787.
HSL color Cylindrical-coordinate representation of color #9B313A: hue angle of 354.91º 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 #9B313A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 58 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.39 |
| HSL | 354.91º | 0.52% | 0.4% | - |
| HSV(B) | 354.91º | 0.68% | 0.61% | - |
| XYZ | 15.38 | 9.47 | 5.02 | - |
| YUV | 81.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 58 | 0 | 0.68 | 0.63 | 0.39 | 354.91 | 0.52 | 0.4 |
| Hex | 9B | 31 | 3A | 0 | 44 | 3F | 27 | 163 | 34 | 28 |
| Octal | 233 | 61 | 72 | 0 | 104 | 77 | 47 | 543 | 64 | 50 |
| Binary | 10011011 | 110001 | 111010 | 0 | 1000100 | 111111 | 100111 | 101100011 | 110100 | 101000 |
Color Harmonies of #9B313A
Complementary color
Monochromatic Colors of #9B313A
Black with #9B313A
Text Example
Text Example
White with #9B313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B313A; }
p { color: rgb(155,49,58); }
H1.HeaderClassName
{
color: #9B313A;
}
.AnyTagClassName
{
color: #9B313A;
}
</style>
background-color css
<style>
a { background-color: #9B313A; }
a { background-color: rgb(155,49,58); }
div.DivClassName
{
background-color: #9B313A;
}
.BgClassName
{
background-color: #9B313A;
}
</style>
border-color css
<style>
span { border-color: #9B313A; }
span { border-color: rgb(155,49,58); }
td.TdClassName
{
border-color: #9B313A;
}
.TagClassName
{
border-color: #9B313A;
}
</style>