Shades of Guardsman Red #9B2527
Tints of Guardsman Red #9B2527
RGB
CMYK
RGB Variations
Color information
#9B2527 (or 0x9B2527) is known color: Guardsman Red. HEX triplet: 9B, 25 and 27. RGB value is (155,37,39). Sum of RGB (Red+Green+Blue) = 155+37+39=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2527 is #64DAD8. Grayscale: #484848. Windows color (decimal): -6609625 or 2565531. OLE color: 2565531.
HSL color Cylindrical-coordinate representation of color #9B2527: hue angle of 358.98º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2527 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 39 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.39 |
| HSL | 358.98º | 0.61% | 0.38% | - |
| HSV(B) | 358.98º | 0.76% | 0.61% | - |
| XYZ | 14.55 | 8.44 | 2.78 | - |
| YUV | 72.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 39 | 0 | 0.76 | 0.75 | 0.39 | 358.98 | 0.61 | 0.38 |
| Hex | 9B | 25 | 27 | 0 | 4C | 4B | 27 | 167 | 3D | 26 |
| Octal | 233 | 45 | 47 | 0 | 114 | 113 | 47 | 547 | 75 | 46 |
| Binary | 10011011 | 100101 | 100111 | 0 | 1001100 | 1001011 | 100111 | 101100111 | 111101 | 100110 |
Color Harmonies of #9B2527
Complementary color
Monochromatic Colors of #9B2527
Black with #9B2527
Text Example
Text Example
White with #9B2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2527; }
p { color: rgb(155,37,39); }
H1.HeaderClassName
{
color: #9B2527;
}
.AnyTagClassName
{
color: #9B2527;
}
</style>
background-color css
<style>
a { background-color: #9B2527; }
a { background-color: rgb(155,37,39); }
div.DivClassName
{
background-color: #9B2527;
}
.BgClassName
{
background-color: #9B2527;
}
</style>
border-color css
<style>
span { border-color: #9B2527; }
span { border-color: rgb(155,37,39); }
td.TdClassName
{
border-color: #9B2527;
}
.TagClassName
{
border-color: #9B2527;
}
</style>