Shades of Guardsman Red #9C2A31
Tints of Guardsman Red #9C2A31
RGB
CMYK
RGB Variations
Color information
#9C2A31 (or 0x9C2A31) is known color: Guardsman Red. HEX triplet: 9C, 2A and 31. RGB value is (156,42,49). Sum of RGB (Red+Green+Blue) = 156+42+49=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A31 is #63D5CE. Grayscale: #4C4C4C. Windows color (decimal): -6542799 or 3222172. OLE color: 3222172.
HSL color Cylindrical-coordinate representation of color #9C2A31: hue angle of 356.32º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A31 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 49 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.39 |
| HSL | 356.32º | 0.58% | 0.39% | - |
| HSV(B) | 356.32º | 0.73% | 0.61% | - |
| XYZ | 15.09 | 8.95 | 3.84 | - |
| YUV | 76.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 49 | 0 | 0.73 | 0.69 | 0.39 | 356.32 | 0.58 | 0.39 |
| Hex | 9C | 2A | 31 | 0 | 49 | 45 | 27 | 164 | 3A | 27 |
| Octal | 234 | 52 | 61 | 0 | 111 | 105 | 47 | 544 | 72 | 47 |
| Binary | 10011100 | 101010 | 110001 | 0 | 1001001 | 1000101 | 100111 | 101100100 | 111010 | 100111 |
Color Harmonies of #9C2A31
Complementary color
Monochromatic Colors of #9C2A31
Black with #9C2A31
Text Example
Text Example
White with #9C2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A31; }
p { color: rgb(156,42,49); }
H1.HeaderClassName
{
color: #9C2A31;
}
.AnyTagClassName
{
color: #9C2A31;
}
</style>
background-color css
<style>
a { background-color: #9C2A31; }
a { background-color: rgb(156,42,49); }
div.DivClassName
{
background-color: #9C2A31;
}
.BgClassName
{
background-color: #9C2A31;
}
</style>
border-color css
<style>
span { border-color: #9C2A31; }
span { border-color: rgb(156,42,49); }
td.TdClassName
{
border-color: #9C2A31;
}
.TagClassName
{
border-color: #9C2A31;
}
</style>