Shades of Guardsman Red #9C333A
Tints of Guardsman Red #9C333A
RGB
CMYK
RGB Variations
Color information
#9C333A (or 0x9C333A) is known color: Guardsman Red. HEX triplet: 9C, 33 and 3A. RGB value is (156,51,58). Sum of RGB (Red+Green+Blue) = 156+51+58=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C333A is #63CCC5. Grayscale: #535353. Windows color (decimal): -6540486 or 3814300. OLE color: 3814300.
HSL color Cylindrical-coordinate representation of color #9C333A: hue angle of 356º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C333A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 58 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.39 |
| HSL | 356º | 0.51% | 0.41% | - |
| HSV(B) | 356º | 0.67% | 0.61% | - |
| XYZ | 15.66 | 9.74 | 5.06 | - |
| YUV | 83.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 58 | 0 | 0.67 | 0.63 | 0.39 | 356 | 0.51 | 0.41 |
| Hex | 9C | 33 | 3A | 0 | 43 | 3F | 27 | 164 | 33 | 29 |
| Octal | 234 | 63 | 72 | 0 | 103 | 77 | 47 | 544 | 63 | 51 |
| Binary | 10011100 | 110011 | 111010 | 0 | 1000011 | 111111 | 100111 | 101100100 | 110011 | 101001 |
Color Harmonies of #9C333A
Complementary color
Monochromatic Colors of #9C333A
Black with #9C333A
Text Example
Text Example
White with #9C333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C333A; }
p { color: rgb(156,51,58); }
H1.HeaderClassName
{
color: #9C333A;
}
.AnyTagClassName
{
color: #9C333A;
}
</style>
background-color css
<style>
a { background-color: #9C333A; }
a { background-color: rgb(156,51,58); }
div.DivClassName
{
background-color: #9C333A;
}
.BgClassName
{
background-color: #9C333A;
}
</style>
border-color css
<style>
span { border-color: #9C333A; }
span { border-color: rgb(156,51,58); }
td.TdClassName
{
border-color: #9C333A;
}
.TagClassName
{
border-color: #9C333A;
}
</style>