Shades of Guardsman Red #9C3133
Tints of Guardsman Red #9C3133
RGB
CMYK
RGB Variations
Color information
#9C3133 (or 0x9C3133) is known color: Guardsman Red. HEX triplet: 9C, 31 and 33. RGB value is (156,49,51). Sum of RGB (Red+Green+Blue) = 156+49+51=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3133 is #63CECC. Grayscale: #515151. Windows color (decimal): -6541005 or 3355036. OLE color: 3355036.
HSL color Cylindrical-coordinate representation of color #9C3133: hue angle of 358.88º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3133 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 51 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.39 |
| HSL | 358.88º | 0.52% | 0.4% | - |
| HSV(B) | 358.88º | 0.69% | 0.61% | - |
| XYZ | 15.41 | 9.5 | 4.15 | - |
| YUV | 81.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 51 | 0 | 0.69 | 0.67 | 0.39 | 358.88 | 0.52 | 0.4 |
| Hex | 9C | 31 | 33 | 0 | 45 | 43 | 27 | 167 | 34 | 28 |
| Octal | 234 | 61 | 63 | 0 | 105 | 103 | 47 | 547 | 64 | 50 |
| Binary | 10011100 | 110001 | 110011 | 0 | 1000101 | 1000011 | 100111 | 101100111 | 110100 | 101000 |
Color Harmonies of #9C3133
Complementary color
Monochromatic Colors of #9C3133
Black with #9C3133
Text Example
Text Example
White with #9C3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3133; }
p { color: rgb(156,49,51); }
H1.HeaderClassName
{
color: #9C3133;
}
.AnyTagClassName
{
color: #9C3133;
}
</style>
background-color css
<style>
a { background-color: #9C3133; }
a { background-color: rgb(156,49,51); }
div.DivClassName
{
background-color: #9C3133;
}
.BgClassName
{
background-color: #9C3133;
}
</style>
border-color css
<style>
span { border-color: #9C3133; }
span { border-color: rgb(156,49,51); }
td.TdClassName
{
border-color: #9C3133;
}
.TagClassName
{
border-color: #9C3133;
}
</style>