Shades of Guardsman Red #9C2526
Tints of Guardsman Red #9C2526
RGB
CMYK
RGB Variations
Color information
#9C2526 (or 0x9C2526) is known color: Guardsman Red. HEX triplet: 9C, 25 and 26. RGB value is (156,37,38). Sum of RGB (Red+Green+Blue) = 156+37+38=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2526 is #63DAD9. Grayscale: #484848. Windows color (decimal): -6544090 or 2499996. OLE color: 2499996.
HSL color Cylindrical-coordinate representation of color #9C2526: hue angle of 359.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2526 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 38 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.39 |
| HSL | 359.5º | 0.62% | 0.38% | - |
| HSV(B) | 359.5º | 0.76% | 0.61% | - |
| XYZ | 14.72 | 8.53 | 2.7 | - |
| YUV | 72.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 38 | 0 | 0.76 | 0.76 | 0.39 | 359.5 | 0.62 | 0.38 |
| Hex | 9C | 25 | 26 | 0 | 4C | 4C | 27 | 167 | 3E | 26 |
| Octal | 234 | 45 | 46 | 0 | 114 | 114 | 47 | 547 | 76 | 46 |
| Binary | 10011100 | 100101 | 100110 | 0 | 1001100 | 1001100 | 100111 | 101100111 | 111110 | 100110 |
Color Harmonies of #9C2526
Complementary color
Monochromatic Colors of #9C2526
Black with #9C2526
Text Example
Text Example
White with #9C2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2526; }
p { color: rgb(156,37,38); }
H1.HeaderClassName
{
color: #9C2526;
}
.AnyTagClassName
{
color: #9C2526;
}
</style>
background-color css
<style>
a { background-color: #9C2526; }
a { background-color: rgb(156,37,38); }
div.DivClassName
{
background-color: #9C2526;
}
.BgClassName
{
background-color: #9C2526;
}
</style>
border-color css
<style>
span { border-color: #9C2526; }
span { border-color: rgb(156,37,38); }
td.TdClassName
{
border-color: #9C2526;
}
.TagClassName
{
border-color: #9C2526;
}
</style>