Shades of Guardsman Red #9B2628
Tints of Guardsman Red #9B2628
RGB
CMYK
RGB Variations
Color information
#9B2628 (or 0x9B2628) is known color: Guardsman Red. HEX triplet: 9B, 26 and 28. RGB value is (155,38,40). Sum of RGB (Red+Green+Blue) = 155+38+40=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2628 is #64D9D7. Grayscale: #494949. Windows color (decimal): -6609368 or 2631323. OLE color: 2631323.
HSL color Cylindrical-coordinate representation of color #9B2628: hue angle of 358.97º degrees, saturation: 0.61, 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 #9B2628 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 40 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.39 |
| HSL | 358.97º | 0.61% | 0.38% | - |
| HSV(B) | 358.97º | 0.75% | 0.61% | - |
| XYZ | 14.59 | 8.51 | 2.88 | - |
| YUV | 73.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 40 | 0 | 0.75 | 0.74 | 0.39 | 358.97 | 0.61 | 0.38 |
| Hex | 9B | 26 | 28 | 0 | 4B | 4A | 27 | 167 | 3D | 26 |
| Octal | 233 | 46 | 50 | 0 | 113 | 112 | 47 | 547 | 75 | 46 |
| Binary | 10011011 | 100110 | 101000 | 0 | 1001011 | 1001010 | 100111 | 101100111 | 111101 | 100110 |
Color Harmonies of #9B2628
Complementary color
Monochromatic Colors of #9B2628
Black with #9B2628
Text Example
Text Example
White with #9B2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2628; }
p { color: rgb(155,38,40); }
H1.HeaderClassName
{
color: #9B2628;
}
.AnyTagClassName
{
color: #9B2628;
}
</style>
background-color css
<style>
a { background-color: #9B2628; }
a { background-color: rgb(155,38,40); }
div.DivClassName
{
background-color: #9B2628;
}
.BgClassName
{
background-color: #9B2628;
}
</style>
border-color css
<style>
span { border-color: #9B2628; }
span { border-color: rgb(155,38,40); }
td.TdClassName
{
border-color: #9B2628;
}
.TagClassName
{
border-color: #9B2628;
}
</style>