Shades of Guardsman Red #9B323F
Tints of Guardsman Red #9B323F
RGB
CMYK
RGB Variations
Color information
#9B323F (or 0x9B323F) is known color: Guardsman Red. HEX triplet: 9B, 32 and 3F. RGB value is (155,50,63). Sum of RGB (Red+Green+Blue) = 155+50+63=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B323F is #64CDC0. Grayscale: #525252. Windows color (decimal): -6606273 or 4141723. OLE color: 4141723.
HSL color Cylindrical-coordinate representation of color #9B323F: hue angle of 352.57º 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 #9B323F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 63 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.39 |
| HSL | 352.57º | 0.51% | 0.4% | - |
| HSV(B) | 352.57º | 0.68% | 0.61% | - |
| XYZ | 15.56 | 9.61 | 5.74 | - |
| YUV | 82.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 63 | 0 | 0.68 | 0.59 | 0.39 | 352.57 | 0.51 | 0.4 |
| Hex | 9B | 32 | 3F | 0 | 44 | 3B | 27 | 161 | 33 | 28 |
| Octal | 233 | 62 | 77 | 0 | 104 | 73 | 47 | 541 | 63 | 50 |
| Binary | 10011011 | 110010 | 111111 | 0 | 1000100 | 111011 | 100111 | 101100001 | 110011 | 101000 |
Color Harmonies of #9B323F
Complementary color
Monochromatic Colors of #9B323F
Black with #9B323F
Text Example
Text Example
White with #9B323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B323F; }
p { color: rgb(155,50,63); }
H1.HeaderClassName
{
color: #9B323F;
}
.AnyTagClassName
{
color: #9B323F;
}
</style>
background-color css
<style>
a { background-color: #9B323F; }
a { background-color: rgb(155,50,63); }
div.DivClassName
{
background-color: #9B323F;
}
.BgClassName
{
background-color: #9B323F;
}
</style>
border-color css
<style>
span { border-color: #9B323F; }
span { border-color: rgb(155,50,63); }
td.TdClassName
{
border-color: #9B323F;
}
.TagClassName
{
border-color: #9B323F;
}
</style>