Shades of Guardsman Red #9B2C34
Tints of Guardsman Red #9B2C34
RGB
CMYK
RGB Variations
Color information
#9B2C34 (or 0x9B2C34) is known color: Guardsman Red. HEX triplet: 9B, 2C and 34. RGB value is (155,44,52). Sum of RGB (Red+Green+Blue) = 155+44+52=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C34 is #64D3CB. Grayscale: #4E4E4E. Windows color (decimal): -6607820 or 3419291. OLE color: 3419291.
HSL color Cylindrical-coordinate representation of color #9B2C34: hue angle of 355.68º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C34 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 52 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.39 |
| HSL | 355.68º | 0.56% | 0.39% | - |
| HSV(B) | 355.68º | 0.72% | 0.61% | - |
| XYZ | 15.04 | 9.02 | 4.2 | - |
| YUV | 78.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 52 | 0 | 0.72 | 0.66 | 0.39 | 355.68 | 0.56 | 0.39 |
| Hex | 9B | 2C | 34 | 0 | 48 | 42 | 27 | 164 | 38 | 27 |
| Octal | 233 | 54 | 64 | 0 | 110 | 102 | 47 | 544 | 70 | 47 |
| Binary | 10011011 | 101100 | 110100 | 0 | 1001000 | 1000010 | 100111 | 101100100 | 111000 | 100111 |
Color Harmonies of #9B2C34
Complementary color
Monochromatic Colors of #9B2C34
Black with #9B2C34
Text Example
Text Example
White with #9B2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C34; }
p { color: rgb(155,44,52); }
H1.HeaderClassName
{
color: #9B2C34;
}
.AnyTagClassName
{
color: #9B2C34;
}
</style>
background-color css
<style>
a { background-color: #9B2C34; }
a { background-color: rgb(155,44,52); }
div.DivClassName
{
background-color: #9B2C34;
}
.BgClassName
{
background-color: #9B2C34;
}
</style>
border-color css
<style>
span { border-color: #9B2C34; }
span { border-color: rgb(155,44,52); }
td.TdClassName
{
border-color: #9B2C34;
}
.TagClassName
{
border-color: #9B2C34;
}
</style>