Shades of Guardsman Red #9C2B31
Tints of Guardsman Red #9C2B31
RGB
CMYK
RGB Variations
Color information
#9C2B31 (or 0x9C2B31) is known color: Guardsman Red. HEX triplet: 9C, 2B and 31. RGB value is (156,43,49). Sum of RGB (Red+Green+Blue) = 156+43+49=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B31 is #63D4CE. Grayscale: #4D4D4D. Windows color (decimal): -6542543 or 3222428. OLE color: 3222428.
HSL color Cylindrical-coordinate representation of color #9C2B31: hue angle of 356.81º degrees, saturation: 0.57, 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 #9C2B31 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 49 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.39 |
| HSL | 356.81º | 0.57% | 0.39% | - |
| HSV(B) | 356.81º | 0.72% | 0.61% | - |
| XYZ | 15.13 | 9.02 | 3.85 | - |
| YUV | 77.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 49 | 0 | 0.72 | 0.69 | 0.39 | 356.81 | 0.57 | 0.39 |
| Hex | 9C | 2B | 31 | 0 | 48 | 45 | 27 | 165 | 39 | 27 |
| Octal | 234 | 53 | 61 | 0 | 110 | 105 | 47 | 545 | 71 | 47 |
| Binary | 10011100 | 101011 | 110001 | 0 | 1001000 | 1000101 | 100111 | 101100101 | 111001 | 100111 |
Color Harmonies of #9C2B31
Complementary color
Monochromatic Colors of #9C2B31
Black with #9C2B31
Text Example
Text Example
White with #9C2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B31; }
p { color: rgb(156,43,49); }
H1.HeaderClassName
{
color: #9C2B31;
}
.AnyTagClassName
{
color: #9C2B31;
}
</style>
background-color css
<style>
a { background-color: #9C2B31; }
a { background-color: rgb(156,43,49); }
div.DivClassName
{
background-color: #9C2B31;
}
.BgClassName
{
background-color: #9C2B31;
}
</style>
border-color css
<style>
span { border-color: #9C2B31; }
span { border-color: rgb(156,43,49); }
td.TdClassName
{
border-color: #9C2B31;
}
.TagClassName
{
border-color: #9C2B31;
}
</style>