Shades of Guardsman Red #9B333D
Tints of Guardsman Red #9B333D
RGB
CMYK
RGB Variations
Color information
#9B333D (or 0x9B333D) is known color: Guardsman Red. HEX triplet: 9B, 33 and 3D. RGB value is (155,51,61). Sum of RGB (Red+Green+Blue) = 155+51+61=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B333D is #64CCC2. Grayscale: #535353. Windows color (decimal): -6606019 or 4010907. OLE color: 4010907.
HSL color Cylindrical-coordinate representation of color #9B333D: hue angle of 354.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B333D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 61 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.39 |
| HSL | 354.23º | 0.5% | 0.4% | - |
| HSV(B) | 354.23º | 0.67% | 0.61% | - |
| XYZ | 15.54 | 9.67 | 5.46 | - |
| YUV | 83.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 61 | 0 | 0.67 | 0.61 | 0.39 | 354.23 | 0.5 | 0.4 |
| Hex | 9B | 33 | 3D | 0 | 43 | 3D | 27 | 162 | 32 | 28 |
| Octal | 233 | 63 | 75 | 0 | 103 | 75 | 47 | 542 | 62 | 50 |
| Binary | 10011011 | 110011 | 111101 | 0 | 1000011 | 111101 | 100111 | 101100010 | 110010 | 101000 |
Color Harmonies of #9B333D
Complementary color
Monochromatic Colors of #9B333D
Black with #9B333D
Text Example
Text Example
White with #9B333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B333D; }
p { color: rgb(155,51,61); }
H1.HeaderClassName
{
color: #9B333D;
}
.AnyTagClassName
{
color: #9B333D;
}
</style>
background-color css
<style>
a { background-color: #9B333D; }
a { background-color: rgb(155,51,61); }
div.DivClassName
{
background-color: #9B333D;
}
.BgClassName
{
background-color: #9B333D;
}
</style>
border-color css
<style>
span { border-color: #9B333D; }
span { border-color: rgb(155,51,61); }
td.TdClassName
{
border-color: #9B333D;
}
.TagClassName
{
border-color: #9B333D;
}
</style>