Shades of Guardsman Red #9C363A
Tints of Guardsman Red #9C363A
RGB
CMYK
RGB Variations
Color information
#9C363A (or 0x9C363A) is known color: Guardsman Red. HEX triplet: 9C, 36 and 3A. RGB value is (156,54,58). Sum of RGB (Red+Green+Blue) = 156+54+58=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C363A is #63C9C5. Grayscale: #555555. Windows color (decimal): -6539718 or 3815068. OLE color: 3815068.
HSL color Cylindrical-coordinate representation of color #9C363A: hue angle of 357.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C363A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 58 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.39 |
| HSL | 357.65º | 0.49% | 0.41% | - |
| HSV(B) | 357.65º | 0.65% | 0.61% | - |
| XYZ | 15.79 | 10.01 | 5.1 | - |
| YUV | 84.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 58 | 0 | 0.65 | 0.63 | 0.39 | 357.65 | 0.49 | 0.41 |
| Hex | 9C | 36 | 3A | 0 | 41 | 3F | 27 | 166 | 31 | 29 |
| Octal | 234 | 66 | 72 | 0 | 101 | 77 | 47 | 546 | 61 | 51 |
| Binary | 10011100 | 110110 | 111010 | 0 | 1000001 | 111111 | 100111 | 101100110 | 110001 | 101001 |
Color Harmonies of #9C363A
Complementary color
Monochromatic Colors of #9C363A
Black with #9C363A
Text Example
Text Example
White with #9C363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C363A; }
p { color: rgb(156,54,58); }
H1.HeaderClassName
{
color: #9C363A;
}
.AnyTagClassName
{
color: #9C363A;
}
</style>
background-color css
<style>
a { background-color: #9C363A; }
a { background-color: rgb(156,54,58); }
div.DivClassName
{
background-color: #9C363A;
}
.BgClassName
{
background-color: #9C363A;
}
</style>
border-color css
<style>
span { border-color: #9C363A; }
span { border-color: rgb(156,54,58); }
td.TdClassName
{
border-color: #9C363A;
}
.TagClassName
{
border-color: #9C363A;
}
</style>