Shades of Guardsman Red #A92D3B
Tints of Guardsman Red #A92D3B
RGB
CMYK
RGB Variations
Color information
#A92D3B (or 0xA92D3B) is known color: Guardsman Red. HEX triplet: A9, 2D and 3B. RGB value is (169,45,59). Sum of RGB (Red+Green+Blue) = 169+45+59=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D3B is #56D2C4. Grayscale: #535353. Windows color (decimal): -5690053 or 3878313. OLE color: 3878313.
HSL color Cylindrical-coordinate representation of color #A92D3B: hue angle of 353.23º 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 #A92D3B is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 59 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.34 |
| HSL | 353.23º | 0.58% | 0.42% | - |
| HSV(B) | 353.23º | 0.73% | 0.66% | - |
| XYZ | 18.09 | 10.63 | 5.24 | - |
| YUV | 83.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 59 | 0 | 0.73 | 0.65 | 0.34 | 353.23 | 0.58 | 0.42 |
| Hex | A9 | 2D | 3B | 0 | 49 | 41 | 22 | 161 | 3A | 2A |
| Octal | 251 | 55 | 73 | 0 | 111 | 101 | 42 | 541 | 72 | 52 |
| Binary | 10101001 | 101101 | 111011 | 0 | 1001001 | 1000001 | 100010 | 101100001 | 111010 | 101010 |
Color Harmonies of #A92D3B
Complementary color
Monochromatic Colors of #A92D3B
Black with #A92D3B
Text Example
Text Example
White with #A92D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D3B; }
p { color: rgb(169,45,59); }
H1.HeaderClassName
{
color: #A92D3B;
}
.AnyTagClassName
{
color: #A92D3B;
}
</style>
background-color css
<style>
a { background-color: #A92D3B; }
a { background-color: rgb(169,45,59); }
div.DivClassName
{
background-color: #A92D3B;
}
.BgClassName
{
background-color: #A92D3B;
}
</style>
border-color css
<style>
span { border-color: #A92D3B; }
span { border-color: rgb(169,45,59); }
td.TdClassName
{
border-color: #A92D3B;
}
.TagClassName
{
border-color: #A92D3B;
}
</style>