Shades of Guardsman Red #9B2C31
Tints of Guardsman Red #9B2C31
RGB
CMYK
RGB Variations
Color information
#9B2C31 (or 0x9B2C31) is known color: Guardsman Red. HEX triplet: 9B, 2C and 31. RGB value is (155,44,49). Sum of RGB (Red+Green+Blue) = 155+44+49=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C31 is #64D3CE. Grayscale: #4D4D4D. Windows color (decimal): -6607823 or 3222683. OLE color: 3222683.
HSL color Cylindrical-coordinate representation of color #9B2C31: hue angle of 357.3º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C31 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 49 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.39 |
| HSL | 357.3º | 0.56% | 0.39% | - |
| HSV(B) | 357.3º | 0.72% | 0.61% | - |
| XYZ | 14.97 | 8.99 | 3.85 | - |
| YUV | 77.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 49 | 0 | 0.72 | 0.68 | 0.39 | 357.3 | 0.56 | 0.39 |
| Hex | 9B | 2C | 31 | 0 | 48 | 44 | 27 | 165 | 38 | 27 |
| Octal | 233 | 54 | 61 | 0 | 110 | 104 | 47 | 545 | 70 | 47 |
| Binary | 10011011 | 101100 | 110001 | 0 | 1001000 | 1000100 | 100111 | 101100101 | 111000 | 100111 |
Color Harmonies of #9B2C31
Complementary color
Monochromatic Colors of #9B2C31
Black with #9B2C31
Text Example
Text Example
White with #9B2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C31; }
p { color: rgb(155,44,49); }
H1.HeaderClassName
{
color: #9B2C31;
}
.AnyTagClassName
{
color: #9B2C31;
}
</style>
background-color css
<style>
a { background-color: #9B2C31; }
a { background-color: rgb(155,44,49); }
div.DivClassName
{
background-color: #9B2C31;
}
.BgClassName
{
background-color: #9B2C31;
}
</style>
border-color css
<style>
span { border-color: #9B2C31; }
span { border-color: rgb(155,44,49); }
td.TdClassName
{
border-color: #9B2C31;
}
.TagClassName
{
border-color: #9B2C31;
}
</style>