Shades of Guardsman Red #9A2B31
Tints of Guardsman Red #9A2B31
RGB
CMYK
RGB Variations
Color information
#9A2B31 (or 0x9A2B31) is known color: Guardsman Red. HEX triplet: 9A, 2B and 31. RGB value is (154,43,49). Sum of RGB (Red+Green+Blue) = 154+43+49=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2B31 is #65D4CE. Grayscale: #4C4C4C. Windows color (decimal): -6673615 or 3222426. OLE color: 3222426.
HSL color Cylindrical-coordinate representation of color #9A2B31: hue angle of 356.76º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A2B31 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 49 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.40 |
| HSL | 356.76º | 0.56% | 0.39% | - |
| HSV(B) | 356.76º | 0.72% | 0.6% | - |
| XYZ | 14.74 | 8.82 | 3.83 | - |
| YUV | 76.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 49 | 0 | 0.72 | 0.68 | 0.40 | 356.76 | 0.56 | 0.39 |
| Hex | 9A | 2B | 31 | 0 | 48 | 44 | 28 | 165 | 38 | 27 |
| Octal | 232 | 53 | 61 | 0 | 110 | 104 | 50 | 545 | 70 | 47 |
| Binary | 10011010 | 101011 | 110001 | 0 | 1001000 | 1000100 | 101000 | 101100101 | 111000 | 100111 |
Color Harmonies of #9A2B31
Complementary color
Monochromatic Colors of #9A2B31
Black with #9A2B31
Text Example
Text Example
White with #9A2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B31; }
p { color: rgb(154,43,49); }
H1.HeaderClassName
{
color: #9A2B31;
}
.AnyTagClassName
{
color: #9A2B31;
}
</style>
background-color css
<style>
a { background-color: #9A2B31; }
a { background-color: rgb(154,43,49); }
div.DivClassName
{
background-color: #9A2B31;
}
.BgClassName
{
background-color: #9A2B31;
}
</style>
border-color css
<style>
span { border-color: #9A2B31; }
span { border-color: rgb(154,43,49); }
td.TdClassName
{
border-color: #9A2B31;
}
.TagClassName
{
border-color: #9A2B31;
}
</style>