Shades of Guardsman Red #9C292C
Tints of Guardsman Red #9C292C
RGB
CMYK
RGB Variations
Color information
#9C292C (or 0x9C292C) is known color: Guardsman Red. HEX triplet: 9C, 29 and 2C. RGB value is (156,41,44). Sum of RGB (Red+Green+Blue) = 156+41+44=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C292C is #63D6D3. Grayscale: #4B4B4B. Windows color (decimal): -6543060 or 2894236. OLE color: 2894236.
HSL color Cylindrical-coordinate representation of color #9C292C: hue angle of 358.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C292C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 44 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.39 |
| HSL | 358.43º | 0.58% | 0.39% | - |
| HSV(B) | 358.43º | 0.74% | 0.61% | - |
| XYZ | 14.96 | 8.84 | 3.3 | - |
| YUV | 75.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 44 | 0 | 0.74 | 0.72 | 0.39 | 358.43 | 0.58 | 0.39 |
| Hex | 9C | 29 | 2C | 0 | 4A | 48 | 27 | 166 | 3A | 27 |
| Octal | 234 | 51 | 54 | 0 | 112 | 110 | 47 | 546 | 72 | 47 |
| Binary | 10011100 | 101001 | 101100 | 0 | 1001010 | 1001000 | 100111 | 101100110 | 111010 | 100111 |
Color Harmonies of #9C292C
Complementary color
Monochromatic Colors of #9C292C
Black with #9C292C
Text Example
Text Example
White with #9C292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C292C; }
p { color: rgb(156,41,44); }
H1.HeaderClassName
{
color: #9C292C;
}
.AnyTagClassName
{
color: #9C292C;
}
</style>
background-color css
<style>
a { background-color: #9C292C; }
a { background-color: rgb(156,41,44); }
div.DivClassName
{
background-color: #9C292C;
}
.BgClassName
{
background-color: #9C292C;
}
</style>
border-color css
<style>
span { border-color: #9C292C; }
span { border-color: rgb(156,41,44); }
td.TdClassName
{
border-color: #9C292C;
}
.TagClassName
{
border-color: #9C292C;
}
</style>