Shades of Guardsman Red #9B323C
Tints of Guardsman Red #9B323C
RGB
CMYK
RGB Variations
Color information
#9B323C (or 0x9B323C) is known color: Guardsman Red. HEX triplet: 9B, 32 and 3C. RGB value is (155,50,60). Sum of RGB (Red+Green+Blue) = 155+50+60=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B323C is #64CDC3. Grayscale: #525252. Windows color (decimal): -6606276 or 3945115. OLE color: 3945115.
HSL color Cylindrical-coordinate representation of color #9B323C: hue angle of 354.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B323C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 60 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.39 |
| HSL | 354.29º | 0.51% | 0.4% | - |
| HSV(B) | 354.29º | 0.68% | 0.61% | - |
| XYZ | 15.47 | 9.58 | 5.31 | - |
| YUV | 82.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 60 | 0 | 0.68 | 0.61 | 0.39 | 354.29 | 0.51 | 0.4 |
| Hex | 9B | 32 | 3C | 0 | 44 | 3D | 27 | 162 | 33 | 28 |
| Octal | 233 | 62 | 74 | 0 | 104 | 75 | 47 | 542 | 63 | 50 |
| Binary | 10011011 | 110010 | 111100 | 0 | 1000100 | 111101 | 100111 | 101100010 | 110011 | 101000 |
Color Harmonies of #9B323C
Complementary color
Monochromatic Colors of #9B323C
Black with #9B323C
Text Example
Text Example
White with #9B323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B323C; }
p { color: rgb(155,50,60); }
H1.HeaderClassName
{
color: #9B323C;
}
.AnyTagClassName
{
color: #9B323C;
}
</style>
background-color css
<style>
a { background-color: #9B323C; }
a { background-color: rgb(155,50,60); }
div.DivClassName
{
background-color: #9B323C;
}
.BgClassName
{
background-color: #9B323C;
}
</style>
border-color css
<style>
span { border-color: #9B323C; }
span { border-color: rgb(155,50,60); }
td.TdClassName
{
border-color: #9B323C;
}
.TagClassName
{
border-color: #9B323C;
}
</style>