Shades of Guardsman Red #9B343C
Tints of Guardsman Red #9B343C
RGB
CMYK
RGB Variations
Color information
#9B343C (or 0x9B343C) is known color: Guardsman Red. HEX triplet: 9B, 34 and 3C. RGB value is (155,52,60). Sum of RGB (Red+Green+Blue) = 155+52+60=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B343C is #64CBC3. Grayscale: #535353. Windows color (decimal): -6605764 or 3945627. OLE color: 3945627.
HSL color Cylindrical-coordinate representation of color #9B343C: hue angle of 355.34º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B343C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 60 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.39 |
| HSL | 355.34º | 0.5% | 0.41% | - |
| HSV(B) | 355.34º | 0.66% | 0.61% | - |
| XYZ | 15.56 | 9.75 | 5.34 | - |
| YUV | 83.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 60 | 0 | 0.66 | 0.61 | 0.39 | 355.34 | 0.5 | 0.41 |
| Hex | 9B | 34 | 3C | 0 | 42 | 3D | 27 | 163 | 32 | 29 |
| Octal | 233 | 64 | 74 | 0 | 102 | 75 | 47 | 543 | 62 | 51 |
| Binary | 10011011 | 110100 | 111100 | 0 | 1000010 | 111101 | 100111 | 101100011 | 110010 | 101001 |
Color Harmonies of #9B343C
Complementary color
Monochromatic Colors of #9B343C
Black with #9B343C
Text Example
Text Example
White with #9B343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B343C; }
p { color: rgb(155,52,60); }
H1.HeaderClassName
{
color: #9B343C;
}
.AnyTagClassName
{
color: #9B343C;
}
</style>
background-color css
<style>
a { background-color: #9B343C; }
a { background-color: rgb(155,52,60); }
div.DivClassName
{
background-color: #9B343C;
}
.BgClassName
{
background-color: #9B343C;
}
</style>
border-color css
<style>
span { border-color: #9B343C; }
span { border-color: rgb(155,52,60); }
td.TdClassName
{
border-color: #9B343C;
}
.TagClassName
{
border-color: #9B343C;
}
</style>