Shades of Guardsman Red #9C2C34
Tints of Guardsman Red #9C2C34
RGB
CMYK
RGB Variations
Color information
#9C2C34 (or 0x9C2C34) is known color: Guardsman Red. HEX triplet: 9C, 2C and 34. RGB value is (156,44,52). Sum of RGB (Red+Green+Blue) = 156+44+52=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C34 is #63D3CB. Grayscale: #4E4E4E. Windows color (decimal): -6542284 or 3419292. OLE color: 3419292.
HSL color Cylindrical-coordinate representation of color #9C2C34: hue angle of 355.71º 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 #9C2C34 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 52 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.39 |
| HSL | 355.71º | 0.56% | 0.39% | - |
| HSV(B) | 355.71º | 0.72% | 0.61% | - |
| XYZ | 15.23 | 9.12 | 4.21 | - |
| YUV | 78.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 52 | 0 | 0.72 | 0.67 | 0.39 | 355.71 | 0.56 | 0.39 |
| Hex | 9C | 2C | 34 | 0 | 48 | 43 | 27 | 164 | 38 | 27 |
| Octal | 234 | 54 | 64 | 0 | 110 | 103 | 47 | 544 | 70 | 47 |
| Binary | 10011100 | 101100 | 110100 | 0 | 1001000 | 1000011 | 100111 | 101100100 | 111000 | 100111 |
Color Harmonies of #9C2C34
Complementary color
Monochromatic Colors of #9C2C34
Black with #9C2C34
Text Example
Text Example
White with #9C2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C34; }
p { color: rgb(156,44,52); }
H1.HeaderClassName
{
color: #9C2C34;
}
.AnyTagClassName
{
color: #9C2C34;
}
</style>
background-color css
<style>
a { background-color: #9C2C34; }
a { background-color: rgb(156,44,52); }
div.DivClassName
{
background-color: #9C2C34;
}
.BgClassName
{
background-color: #9C2C34;
}
</style>
border-color css
<style>
span { border-color: #9C2C34; }
span { border-color: rgb(156,44,52); }
td.TdClassName
{
border-color: #9C2C34;
}
.TagClassName
{
border-color: #9C2C34;
}
</style>