Shades of Guardsman Red #9C2A36
Tints of Guardsman Red #9C2A36
RGB
CMYK
RGB Variations
Color information
#9C2A36 (or 0x9C2A36) is known color: Guardsman Red. HEX triplet: 9C, 2A and 36. RGB value is (156,42,54). Sum of RGB (Red+Green+Blue) = 156+42+54=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A36 is #63D5C9. Grayscale: #4D4D4D. Windows color (decimal): -6542794 or 3549852. OLE color: 3549852.
HSL color Cylindrical-coordinate representation of color #9C2A36: hue angle of 353.68º 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 #9C2A36 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 54 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.39 |
| HSL | 353.68º | 0.58% | 0.39% | - |
| HSV(B) | 353.68º | 0.73% | 0.61% | - |
| XYZ | 15.2 | 8.99 | 4.42 | - |
| YUV | 77.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 54 | 0 | 0.73 | 0.65 | 0.39 | 353.68 | 0.58 | 0.39 |
| Hex | 9C | 2A | 36 | 0 | 49 | 41 | 27 | 162 | 3A | 27 |
| Octal | 234 | 52 | 66 | 0 | 111 | 101 | 47 | 542 | 72 | 47 |
| Binary | 10011100 | 101010 | 110110 | 0 | 1001001 | 1000001 | 100111 | 101100010 | 111010 | 100111 |
Color Harmonies of #9C2A36
Complementary color
Monochromatic Colors of #9C2A36
Black with #9C2A36
Text Example
Text Example
White with #9C2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A36; }
p { color: rgb(156,42,54); }
H1.HeaderClassName
{
color: #9C2A36;
}
.AnyTagClassName
{
color: #9C2A36;
}
</style>
background-color css
<style>
a { background-color: #9C2A36; }
a { background-color: rgb(156,42,54); }
div.DivClassName
{
background-color: #9C2A36;
}
.BgClassName
{
background-color: #9C2A36;
}
</style>
border-color css
<style>
span { border-color: #9C2A36; }
span { border-color: rgb(156,42,54); }
td.TdClassName
{
border-color: #9C2A36;
}
.TagClassName
{
border-color: #9C2A36;
}
</style>