Shades of Guardsman Red #9C2930
Tints of Guardsman Red #9C2930
RGB
CMYK
RGB Variations
Color information
#9C2930 (or 0x9C2930) is known color: Guardsman Red. HEX triplet: 9C, 29 and 30. RGB value is (156,41,48). Sum of RGB (Red+Green+Blue) = 156+41+48=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2930 is #63D6CF. Grayscale: #4C4C4C. Windows color (decimal): -6543056 or 3156380. OLE color: 3156380.
HSL color Cylindrical-coordinate representation of color #9C2930: hue angle of 356.35º 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 #9C2930 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 48 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.39 |
| HSL | 356.35º | 0.58% | 0.39% | - |
| HSV(B) | 356.35º | 0.74% | 0.61% | - |
| XYZ | 15.04 | 8.87 | 3.72 | - |
| YUV | 76.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 48 | 0 | 0.74 | 0.69 | 0.39 | 356.35 | 0.58 | 0.39 |
| Hex | 9C | 29 | 30 | 0 | 4A | 45 | 27 | 164 | 3A | 27 |
| Octal | 234 | 51 | 60 | 0 | 112 | 105 | 47 | 544 | 72 | 47 |
| Binary | 10011100 | 101001 | 110000 | 0 | 1001010 | 1000101 | 100111 | 101100100 | 111010 | 100111 |
Color Harmonies of #9C2930
Complementary color
Monochromatic Colors of #9C2930
Black with #9C2930
Text Example
Text Example
White with #9C2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2930; }
p { color: rgb(156,41,48); }
H1.HeaderClassName
{
color: #9C2930;
}
.AnyTagClassName
{
color: #9C2930;
}
</style>
background-color css
<style>
a { background-color: #9C2930; }
a { background-color: rgb(156,41,48); }
div.DivClassName
{
background-color: #9C2930;
}
.BgClassName
{
background-color: #9C2930;
}
</style>
border-color css
<style>
span { border-color: #9C2930; }
span { border-color: rgb(156,41,48); }
td.TdClassName
{
border-color: #9C2930;
}
.TagClassName
{
border-color: #9C2930;
}
</style>