Shades of Guardsman Red #9A2B2D
Tints of Guardsman Red #9A2B2D
RGB
CMYK
RGB Variations
Color information
#9A2B2D (or 0x9A2B2D) is known color: Guardsman Red. HEX triplet: 9A, 2B and 2D. RGB value is (154,43,45). Sum of RGB (Red+Green+Blue) = 154+43+45=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2B2D is #65D4D2. Grayscale: #4C4C4C. Windows color (decimal): -6673619 or 2960282. OLE color: 2960282.
HSL color Cylindrical-coordinate representation of color #9A2B2D: hue angle of 358.92º 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 #9A2B2D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 45 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.40 |
| HSL | 358.92º | 0.56% | 0.39% | - |
| HSV(B) | 358.92º | 0.72% | 0.6% | - |
| XYZ | 14.66 | 8.79 | 3.41 | - |
| YUV | 76.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 45 | 0 | 0.72 | 0.71 | 0.40 | 358.92 | 0.56 | 0.39 |
| Hex | 9A | 2B | 2D | 0 | 48 | 47 | 28 | 167 | 38 | 27 |
| Octal | 232 | 53 | 55 | 0 | 110 | 107 | 50 | 547 | 70 | 47 |
| Binary | 10011010 | 101011 | 101101 | 0 | 1001000 | 1000111 | 101000 | 101100111 | 111000 | 100111 |
Color Harmonies of #9A2B2D
Complementary color
Monochromatic Colors of #9A2B2D
Black with #9A2B2D
Text Example
Text Example
White with #9A2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B2D; }
p { color: rgb(154,43,45); }
H1.HeaderClassName
{
color: #9A2B2D;
}
.AnyTagClassName
{
color: #9A2B2D;
}
</style>
background-color css
<style>
a { background-color: #9A2B2D; }
a { background-color: rgb(154,43,45); }
div.DivClassName
{
background-color: #9A2B2D;
}
.BgClassName
{
background-color: #9A2B2D;
}
</style>
border-color css
<style>
span { border-color: #9A2B2D; }
span { border-color: rgb(154,43,45); }
td.TdClassName
{
border-color: #9A2B2D;
}
.TagClassName
{
border-color: #9A2B2D;
}
</style>