Shades of Guardsman Red #A92C2F
Tints of Guardsman Red #A92C2F
RGB
CMYK
RGB Variations
Color information
#A92C2F (or 0xA92C2F) is known color: Guardsman Red. HEX triplet: A9, 2C and 2F. RGB value is (169,44,47). Sum of RGB (Red+Green+Blue) = 169+44+47=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C2F is #56D3D0. Grayscale: #515151. Windows color (decimal): -5690321 or 3091625. OLE color: 3091625.
HSL color Cylindrical-coordinate representation of color #A92C2F: hue angle of 358.56º 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 #A92C2F is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 47 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.34 |
| HSL | 358.56º | 0.59% | 0.42% | - |
| HSV(B) | 358.56º | 0.74% | 0.66% | - |
| XYZ | 17.78 | 10.44 | 3.77 | - |
| YUV | 81.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 47 | 0 | 0.74 | 0.72 | 0.34 | 358.56 | 0.59 | 0.42 |
| Hex | A9 | 2C | 2F | 0 | 4A | 48 | 22 | 167 | 3B | 2A |
| Octal | 251 | 54 | 57 | 0 | 112 | 110 | 42 | 547 | 73 | 52 |
| Binary | 10101001 | 101100 | 101111 | 0 | 1001010 | 1001000 | 100010 | 101100111 | 111011 | 101010 |
Color Harmonies of #A92C2F
Complementary color
Monochromatic Colors of #A92C2F
Black with #A92C2F
Text Example
Text Example
White with #A92C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C2F; }
p { color: rgb(169,44,47); }
H1.HeaderClassName
{
color: #A92C2F;
}
.AnyTagClassName
{
color: #A92C2F;
}
</style>
background-color css
<style>
a { background-color: #A92C2F; }
a { background-color: rgb(169,44,47); }
div.DivClassName
{
background-color: #A92C2F;
}
.BgClassName
{
background-color: #A92C2F;
}
</style>
border-color css
<style>
span { border-color: #A92C2F; }
span { border-color: rgb(169,44,47); }
td.TdClassName
{
border-color: #A92C2F;
}
.TagClassName
{
border-color: #A92C2F;
}
</style>