Shades of Guardsman Red #9B2629
Tints of Guardsman Red #9B2629
RGB
CMYK
RGB Variations
Color information
#9B2629 (or 0x9B2629) is known color: Guardsman Red. HEX triplet: 9B, 26 and 29. RGB value is (155,38,41). Sum of RGB (Red+Green+Blue) = 155+38+41=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2629 is #64D9D6. Grayscale: #494949. Windows color (decimal): -6609367 or 2696859. OLE color: 2696859.
HSL color Cylindrical-coordinate representation of color #9B2629: hue angle of 358.46º 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 #9B2629 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 41 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.39 |
| HSL | 358.46º | 0.61% | 0.38% | - |
| HSV(B) | 358.46º | 0.75% | 0.61% | - |
| XYZ | 14.61 | 8.51 | 2.97 | - |
| YUV | 73.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 41 | 0 | 0.75 | 0.74 | 0.39 | 358.46 | 0.61 | 0.38 |
| Hex | 9B | 26 | 29 | 0 | 4B | 4A | 27 | 166 | 3D | 26 |
| Octal | 233 | 46 | 51 | 0 | 113 | 112 | 47 | 546 | 75 | 46 |
| Binary | 10011011 | 100110 | 101001 | 0 | 1001011 | 1001010 | 100111 | 101100110 | 111101 | 100110 |
Color Harmonies of #9B2629
Complementary color
Monochromatic Colors of #9B2629
Black with #9B2629
Text Example
Text Example
White with #9B2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2629; }
p { color: rgb(155,38,41); }
H1.HeaderClassName
{
color: #9B2629;
}
.AnyTagClassName
{
color: #9B2629;
}
</style>
background-color css
<style>
a { background-color: #9B2629; }
a { background-color: rgb(155,38,41); }
div.DivClassName
{
background-color: #9B2629;
}
.BgClassName
{
background-color: #9B2629;
}
</style>
border-color css
<style>
span { border-color: #9B2629; }
span { border-color: rgb(155,38,41); }
td.TdClassName
{
border-color: #9B2629;
}
.TagClassName
{
border-color: #9B2629;
}
</style>