Shades of Guardsman Red #A92A3A
Tints of Guardsman Red #A92A3A
RGB
CMYK
RGB Variations
Color information
#A92A3A (or 0xA92A3A) is known color: Guardsman Red. HEX triplet: A9, 2A and 3A. RGB value is (169,42,58). Sum of RGB (Red+Green+Blue) = 169+42+58=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A3A is #56D5C5. Grayscale: #515151. Windows color (decimal): -5690822 or 3812009. OLE color: 3812009.
HSL color Cylindrical-coordinate representation of color #A92A3A: hue angle of 352.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 58 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.34 |
| HSL | 352.44º | 0.6% | 0.41% | - |
| HSV(B) | 352.44º | 0.75% | 0.66% | - |
| XYZ | 17.95 | 10.4 | 5.06 | - |
| YUV | 81.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 58 | 0 | 0.75 | 0.66 | 0.34 | 352.44 | 0.6 | 0.41 |
| Hex | A9 | 2A | 3A | 0 | 4B | 42 | 22 | 160 | 3C | 29 |
| Octal | 251 | 52 | 72 | 0 | 113 | 102 | 42 | 540 | 74 | 51 |
| Binary | 10101001 | 101010 | 111010 | 0 | 1001011 | 1000010 | 100010 | 101100000 | 111100 | 101001 |
Color Harmonies of #A92A3A
Complementary color
Monochromatic Colors of #A92A3A
Black with #A92A3A
Text Example
Text Example
White with #A92A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A3A; }
p { color: rgb(169,42,58); }
H1.HeaderClassName
{
color: #A92A3A;
}
.AnyTagClassName
{
color: #A92A3A;
}
</style>
background-color css
<style>
a { background-color: #A92A3A; }
a { background-color: rgb(169,42,58); }
div.DivClassName
{
background-color: #A92A3A;
}
.BgClassName
{
background-color: #A92A3A;
}
</style>
border-color css
<style>
span { border-color: #A92A3A; }
span { border-color: rgb(169,42,58); }
td.TdClassName
{
border-color: #A92A3A;
}
.TagClassName
{
border-color: #A92A3A;
}
</style>