Shades of Guardsman Red #9E333B
Tints of Guardsman Red #9E333B
RGB
CMYK
RGB Variations
Color information
#9E333B (or 0x9E333B) is known color: Guardsman Red. HEX triplet: 9E, 33 and 3B. RGB value is (158,51,59). Sum of RGB (Red+Green+Blue) = 158+51+59=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E333B is #61CCC4. Grayscale: #535353. Windows color (decimal): -6409413 or 3879838. OLE color: 3879838.
HSL color Cylindrical-coordinate representation of color #9E333B: hue angle of 355.51º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E333B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 59 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.38 |
| HSL | 355.51º | 0.51% | 0.41% | - |
| HSV(B) | 355.51º | 0.68% | 0.62% | - |
| XYZ | 16.07 | 9.95 | 5.21 | - |
| YUV | 83.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 59 | 0 | 0.68 | 0.63 | 0.38 | 355.51 | 0.51 | 0.41 |
| Hex | 9E | 33 | 3B | 0 | 44 | 3F | 26 | 164 | 33 | 29 |
| Octal | 236 | 63 | 73 | 0 | 104 | 77 | 46 | 544 | 63 | 51 |
| Binary | 10011110 | 110011 | 111011 | 0 | 1000100 | 111111 | 100110 | 101100100 | 110011 | 101001 |
Color Harmonies of #9E333B
Complementary color
Monochromatic Colors of #9E333B
Black with #9E333B
Text Example
Text Example
White with #9E333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E333B; }
p { color: rgb(158,51,59); }
H1.HeaderClassName
{
color: #9E333B;
}
.AnyTagClassName
{
color: #9E333B;
}
</style>
background-color css
<style>
a { background-color: #9E333B; }
a { background-color: rgb(158,51,59); }
div.DivClassName
{
background-color: #9E333B;
}
.BgClassName
{
background-color: #9E333B;
}
</style>
border-color css
<style>
span { border-color: #9E333B; }
span { border-color: rgb(158,51,59); }
td.TdClassName
{
border-color: #9E333B;
}
.TagClassName
{
border-color: #9E333B;
}
</style>