Shades of Guardsman Red #9B272D
Tints of Guardsman Red #9B272D
RGB
CMYK
RGB Variations
Color information
#9B272D (or 0x9B272D) is known color: Guardsman Red. HEX triplet: 9B, 27 and 2D. RGB value is (155,39,45). Sum of RGB (Red+Green+Blue) = 155+39+45=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B272D is #64D8D2. Grayscale: #4A4A4A. Windows color (decimal): -6609107 or 2959259. OLE color: 2959259.
HSL color Cylindrical-coordinate representation of color #9B272D: hue angle of 356.9º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B272D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 45 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.39 |
| HSL | 356.9º | 0.6% | 0.38% | - |
| HSV(B) | 356.9º | 0.75% | 0.61% | - |
| XYZ | 14.72 | 8.61 | 3.37 | - |
| YUV | 74.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 45 | 0 | 0.75 | 0.71 | 0.39 | 356.9 | 0.6 | 0.38 |
| Hex | 9B | 27 | 2D | 0 | 4B | 47 | 27 | 165 | 3C | 26 |
| Octal | 233 | 47 | 55 | 0 | 113 | 107 | 47 | 545 | 74 | 46 |
| Binary | 10011011 | 100111 | 101101 | 0 | 1001011 | 1000111 | 100111 | 101100101 | 111100 | 100110 |
Color Harmonies of #9B272D
Complementary color
Monochromatic Colors of #9B272D
Black with #9B272D
Text Example
Text Example
White with #9B272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B272D; }
p { color: rgb(155,39,45); }
H1.HeaderClassName
{
color: #9B272D;
}
.AnyTagClassName
{
color: #9B272D;
}
</style>
background-color css
<style>
a { background-color: #9B272D; }
a { background-color: rgb(155,39,45); }
div.DivClassName
{
background-color: #9B272D;
}
.BgClassName
{
background-color: #9B272D;
}
</style>
border-color css
<style>
span { border-color: #9B272D; }
span { border-color: rgb(155,39,45); }
td.TdClassName
{
border-color: #9B272D;
}
.TagClassName
{
border-color: #9B272D;
}
</style>