Shades of Guardsman Red #9C2F40
Tints of Guardsman Red #9C2F40
RGB
CMYK
RGB Variations
Color information
#9C2F40 (or 0x9C2F40) is known color: Guardsman Red. HEX triplet: 9C, 2F and 40. RGB value is (156,47,64). Sum of RGB (Red+Green+Blue) = 156+47+64=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2F40 is #63D0BF. Grayscale: #515151. Windows color (decimal): -6541504 or 4206492. OLE color: 4206492.
HSL color Cylindrical-coordinate representation of color #9C2F40: hue angle of 350.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C2F40 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 47 | 64 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.39 |
| HSL | 350.64º | 0.54% | 0.4% | - |
| HSV(B) | 350.64º | 0.7% | 0.61% | - |
| XYZ | 15.65 | 9.47 | 5.85 | - |
| YUV | 81.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 64 | 0 | 0.70 | 0.59 | 0.39 | 350.64 | 0.54 | 0.4 |
| Hex | 9C | 2F | 40 | 0 | 46 | 3B | 27 | 15F | 36 | 28 |
| Octal | 234 | 57 | 100 | 0 | 106 | 73 | 47 | 537 | 66 | 50 |
| Binary | 10011100 | 101111 | 1000000 | 0 | 1000110 | 111011 | 100111 | 101011111 | 110110 | 101000 |
Color Harmonies of #9C2F40
Complementary color
Monochromatic Colors of #9C2F40
Black with #9C2F40
Text Example
Text Example
White with #9C2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2F40; }
p { color: rgb(156,47,64); }
H1.HeaderClassName
{
color: #9C2F40;
}
.AnyTagClassName
{
color: #9C2F40;
}
</style>
background-color css
<style>
a { background-color: #9C2F40; }
a { background-color: rgb(156,47,64); }
div.DivClassName
{
background-color: #9C2F40;
}
.BgClassName
{
background-color: #9C2F40;
}
</style>
border-color css
<style>
span { border-color: #9C2F40; }
span { border-color: rgb(156,47,64); }
td.TdClassName
{
border-color: #9C2F40;
}
.TagClassName
{
border-color: #9C2F40;
}
</style>