Shades of Guardsman Red #A92C2D
Tints of Guardsman Red #A92C2D
RGB
CMYK
RGB Variations
Color information
#A92C2D (or 0xA92C2D) is known color: Guardsman Red. HEX triplet: A9, 2C and 2D. RGB value is (169,44,45). Sum of RGB (Red+Green+Blue) = 169+44+45=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C2D is #56D3D2. Grayscale: #515151. Windows color (decimal): -5690323 or 2960553. OLE color: 2960553.
HSL color Cylindrical-coordinate representation of color #A92C2D: hue angle of 359.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C2D is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 45 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.34 |
| HSL | 359.52º | 0.59% | 0.42% | - |
| HSV(B) | 359.52º | 0.74% | 0.66% | - |
| XYZ | 17.74 | 10.43 | 3.56 | - |
| YUV | 81.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 45 | 0 | 0.74 | 0.73 | 0.34 | 359.52 | 0.59 | 0.42 |
| Hex | A9 | 2C | 2D | 0 | 4A | 49 | 22 | 168 | 3B | 2A |
| Octal | 251 | 54 | 55 | 0 | 112 | 111 | 42 | 550 | 73 | 52 |
| Binary | 10101001 | 101100 | 101101 | 0 | 1001010 | 1001001 | 100010 | 101101000 | 111011 | 101010 |
Color Harmonies of #A92C2D
Complementary color
Monochromatic Colors of #A92C2D
Black with #A92C2D
Text Example
Text Example
White with #A92C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C2D; }
p { color: rgb(169,44,45); }
H1.HeaderClassName
{
color: #A92C2D;
}
.AnyTagClassName
{
color: #A92C2D;
}
</style>
background-color css
<style>
a { background-color: #A92C2D; }
a { background-color: rgb(169,44,45); }
div.DivClassName
{
background-color: #A92C2D;
}
.BgClassName
{
background-color: #A92C2D;
}
</style>
border-color css
<style>
span { border-color: #A92C2D; }
span { border-color: rgb(169,44,45); }
td.TdClassName
{
border-color: #A92C2D;
}
.TagClassName
{
border-color: #A92C2D;
}
</style>