Shades of Guardsman Red #A92C3C
Tints of Guardsman Red #A92C3C
RGB
CMYK
RGB Variations
Color information
#A92C3C (or 0xA92C3C) is known color: Guardsman Red. HEX triplet: A9, 2C and 3C. RGB value is (169,44,60). Sum of RGB (Red+Green+Blue) = 169+44+60=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C3C is #56D3C3. Grayscale: #535353. Windows color (decimal): -5690308 or 3943593. OLE color: 3943593.
HSL color Cylindrical-coordinate representation of color #A92C3C: hue angle of 352.32º 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 #A92C3C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 60 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.34 |
| HSL | 352.32º | 0.59% | 0.42% | - |
| HSV(B) | 352.32º | 0.74% | 0.66% | - |
| XYZ | 18.08 | 10.56 | 5.36 | - |
| YUV | 83.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 60 | 0 | 0.74 | 0.64 | 0.34 | 352.32 | 0.59 | 0.42 |
| Hex | A9 | 2C | 3C | 0 | 4A | 40 | 22 | 160 | 3B | 2A |
| Octal | 251 | 54 | 74 | 0 | 112 | 100 | 42 | 540 | 73 | 52 |
| Binary | 10101001 | 101100 | 111100 | 0 | 1001010 | 1000000 | 100010 | 101100000 | 111011 | 101010 |
Color Harmonies of #A92C3C
Complementary color
Monochromatic Colors of #A92C3C
Black with #A92C3C
Text Example
Text Example
White with #A92C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C3C; }
p { color: rgb(169,44,60); }
H1.HeaderClassName
{
color: #A92C3C;
}
.AnyTagClassName
{
color: #A92C3C;
}
</style>
background-color css
<style>
a { background-color: #A92C3C; }
a { background-color: rgb(169,44,60); }
div.DivClassName
{
background-color: #A92C3C;
}
.BgClassName
{
background-color: #A92C3C;
}
</style>
border-color css
<style>
span { border-color: #A92C3C; }
span { border-color: rgb(169,44,60); }
td.TdClassName
{
border-color: #A92C3C;
}
.TagClassName
{
border-color: #A92C3C;
}
</style>