Shades of Guardsman Red #9B3537
Tints of Guardsman Red #9B3537
RGB
CMYK
RGB Variations
Color information
#9B3537 (or 0x9B3537) is known color: Guardsman Red. HEX triplet: 9B, 35 and 37. RGB value is (155,53,55). Sum of RGB (Red+Green+Blue) = 155+53+55=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3537 is #64CAC8. Grayscale: #535353. Windows color (decimal): -6605513 or 3618203. OLE color: 3618203.
HSL color Cylindrical-coordinate representation of color #9B3537: hue angle of 358.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3537 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 55 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.39 |
| HSL | 358.82º | 0.49% | 0.41% | - |
| HSV(B) | 358.82º | 0.66% | 0.61% | - |
| XYZ | 15.48 | 9.79 | 4.69 | - |
| YUV | 83.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 55 | 0 | 0.66 | 0.65 | 0.39 | 358.82 | 0.49 | 0.41 |
| Hex | 9B | 35 | 37 | 0 | 42 | 41 | 27 | 167 | 31 | 29 |
| Octal | 233 | 65 | 67 | 0 | 102 | 101 | 47 | 547 | 61 | 51 |
| Binary | 10011011 | 110101 | 110111 | 0 | 1000010 | 1000001 | 100111 | 101100111 | 110001 | 101001 |
Color Harmonies of #9B3537
Complementary color
Monochromatic Colors of #9B3537
Black with #9B3537
Text Example
Text Example
White with #9B3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3537; }
p { color: rgb(155,53,55); }
H1.HeaderClassName
{
color: #9B3537;
}
.AnyTagClassName
{
color: #9B3537;
}
</style>
background-color css
<style>
a { background-color: #9B3537; }
a { background-color: rgb(155,53,55); }
div.DivClassName
{
background-color: #9B3537;
}
.BgClassName
{
background-color: #9B3537;
}
</style>
border-color css
<style>
span { border-color: #9B3537; }
span { border-color: rgb(155,53,55); }
td.TdClassName
{
border-color: #9B3537;
}
.TagClassName
{
border-color: #9B3537;
}
</style>