Shades of Guardsman Red #A92D35
Tints of Guardsman Red #A92D35
RGB
CMYK
RGB Variations
Color information
#A92D35 (or 0xA92D35) is known color: Guardsman Red. HEX triplet: A9, 2D and 35. RGB value is (169,45,53). Sum of RGB (Red+Green+Blue) = 169+45+53=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D35 is #56D2CA. Grayscale: #535353. Windows color (decimal): -5690059 or 3485097. OLE color: 3485097.
HSL color Cylindrical-coordinate representation of color #A92D35: hue angle of 356.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D35 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 53 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.34 |
| HSL | 356.13º | 0.58% | 0.42% | - |
| HSV(B) | 356.13º | 0.73% | 0.66% | - |
| XYZ | 17.94 | 10.57 | 4.46 | - |
| YUV | 82.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 53 | 0 | 0.73 | 0.69 | 0.34 | 356.13 | 0.58 | 0.42 |
| Hex | A9 | 2D | 35 | 0 | 49 | 45 | 22 | 164 | 3A | 2A |
| Octal | 251 | 55 | 65 | 0 | 111 | 105 | 42 | 544 | 72 | 52 |
| Binary | 10101001 | 101101 | 110101 | 0 | 1001001 | 1000101 | 100010 | 101100100 | 111010 | 101010 |
Color Harmonies of #A92D35
Complementary color
Monochromatic Colors of #A92D35
Black with #A92D35
Text Example
Text Example
White with #A92D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D35; }
p { color: rgb(169,45,53); }
H1.HeaderClassName
{
color: #A92D35;
}
.AnyTagClassName
{
color: #A92D35;
}
</style>
background-color css
<style>
a { background-color: #A92D35; }
a { background-color: rgb(169,45,53); }
div.DivClassName
{
background-color: #A92D35;
}
.BgClassName
{
background-color: #A92D35;
}
</style>
border-color css
<style>
span { border-color: #A92D35; }
span { border-color: rgb(169,45,53); }
td.TdClassName
{
border-color: #A92D35;
}
.TagClassName
{
border-color: #A92D35;
}
</style>