Shades of Guardsman Red #9C333C
Tints of Guardsman Red #9C333C
RGB
CMYK
RGB Variations
Color information
#9C333C (or 0x9C333C) is known color: Guardsman Red. HEX triplet: 9C, 33 and 3C. RGB value is (156,51,60). Sum of RGB (Red+Green+Blue) = 156+51+60=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C333C is #63CCC3. Grayscale: #535353. Windows color (decimal): -6540484 or 3945372. OLE color: 3945372.
HSL color Cylindrical-coordinate representation of color #9C333C: hue angle of 354.86º 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 #9C333C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 60 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.39 |
| HSL | 354.86º | 0.51% | 0.41% | - |
| HSV(B) | 354.86º | 0.67% | 0.61% | - |
| XYZ | 15.71 | 9.76 | 5.33 | - |
| YUV | 83.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 60 | 0 | 0.67 | 0.62 | 0.39 | 354.86 | 0.51 | 0.41 |
| Hex | 9C | 33 | 3C | 0 | 43 | 3E | 27 | 163 | 33 | 29 |
| Octal | 234 | 63 | 74 | 0 | 103 | 76 | 47 | 543 | 63 | 51 |
| Binary | 10011100 | 110011 | 111100 | 0 | 1000011 | 111110 | 100111 | 101100011 | 110011 | 101001 |
Color Harmonies of #9C333C
Complementary color
Monochromatic Colors of #9C333C
Black with #9C333C
Text Example
Text Example
White with #9C333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C333C; }
p { color: rgb(156,51,60); }
H1.HeaderClassName
{
color: #9C333C;
}
.AnyTagClassName
{
color: #9C333C;
}
</style>
background-color css
<style>
a { background-color: #9C333C; }
a { background-color: rgb(156,51,60); }
div.DivClassName
{
background-color: #9C333C;
}
.BgClassName
{
background-color: #9C333C;
}
</style>
border-color css
<style>
span { border-color: #9C333C; }
span { border-color: rgb(156,51,60); }
td.TdClassName
{
border-color: #9C333C;
}
.TagClassName
{
border-color: #9C333C;
}
</style>