Shades of Guardsman Red #9C333B
Tints of Guardsman Red #9C333B
RGB
CMYK
RGB Variations
Color information
#9C333B (or 0x9C333B) is known color: Guardsman Red. HEX triplet: 9C, 33 and 3B. RGB value is (156,51,59). Sum of RGB (Red+Green+Blue) = 156+51+59=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C333B is #63CCC4. Grayscale: #535353. Windows color (decimal): -6540485 or 3879836. OLE color: 3879836.
HSL color Cylindrical-coordinate representation of color #9C333B: hue angle of 355.43º 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 #9C333B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 59 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.39 |
| HSL | 355.43º | 0.51% | 0.41% | - |
| HSV(B) | 355.43º | 0.67% | 0.61% | - |
| XYZ | 15.68 | 9.75 | 5.19 | - |
| YUV | 83.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 59 | 0 | 0.67 | 0.62 | 0.39 | 355.43 | 0.51 | 0.41 |
| Hex | 9C | 33 | 3B | 0 | 43 | 3E | 27 | 163 | 33 | 29 |
| Octal | 234 | 63 | 73 | 0 | 103 | 76 | 47 | 543 | 63 | 51 |
| Binary | 10011100 | 110011 | 111011 | 0 | 1000011 | 111110 | 100111 | 101100011 | 110011 | 101001 |
Color Harmonies of #9C333B
Complementary color
Monochromatic Colors of #9C333B
Black with #9C333B
Text Example
Text Example
White with #9C333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C333B; }
p { color: rgb(156,51,59); }
H1.HeaderClassName
{
color: #9C333B;
}
.AnyTagClassName
{
color: #9C333B;
}
</style>
background-color css
<style>
a { background-color: #9C333B; }
a { background-color: rgb(156,51,59); }
div.DivClassName
{
background-color: #9C333B;
}
.BgClassName
{
background-color: #9C333B;
}
</style>
border-color css
<style>
span { border-color: #9C333B; }
span { border-color: rgb(156,51,59); }
td.TdClassName
{
border-color: #9C333B;
}
.TagClassName
{
border-color: #9C333B;
}
</style>