Shades of Guardsman Red #A2323F
Tints of Guardsman Red #A2323F
RGB
CMYK
RGB Variations
Color information
#A2323F (or 0xA2323F) is known color: Guardsman Red. HEX triplet: A2, 32 and 3F. RGB value is (162,50,63). Sum of RGB (Red+Green+Blue) = 162+50+63=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323F is #5DCDC0. Grayscale: #555555. Windows color (decimal): -6147521 or 4141730. OLE color: 4141730.
HSL color Cylindrical-coordinate representation of color #A2323F: hue angle of 353.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2323F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 63 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.36 |
| HSL | 353.04º | 0.53% | 0.42% | - |
| HSV(B) | 353.04º | 0.69% | 0.64% | - |
| XYZ | 16.94 | 10.32 | 5.8 | - |
| YUV | 84.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 63 | 0 | 0.69 | 0.61 | 0.36 | 353.04 | 0.53 | 0.42 |
| Hex | A2 | 32 | 3F | 0 | 45 | 3D | 24 | 161 | 35 | 2A |
| Octal | 242 | 62 | 77 | 0 | 105 | 75 | 44 | 541 | 65 | 52 |
| Binary | 10100010 | 110010 | 111111 | 0 | 1000101 | 111101 | 100100 | 101100001 | 110101 | 101010 |
Color Harmonies of #A2323F
Complementary color
Monochromatic Colors of #A2323F
Black with #A2323F
Text Example
Text Example
White with #A2323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2323F; }
p { color: rgb(162,50,63); }
H1.HeaderClassName
{
color: #A2323F;
}
.AnyTagClassName
{
color: #A2323F;
}
</style>
background-color css
<style>
a { background-color: #A2323F; }
a { background-color: rgb(162,50,63); }
div.DivClassName
{
background-color: #A2323F;
}
.BgClassName
{
background-color: #A2323F;
}
</style>
border-color css
<style>
span { border-color: #A2323F; }
span { border-color: rgb(162,50,63); }
td.TdClassName
{
border-color: #A2323F;
}
.TagClassName
{
border-color: #A2323F;
}
</style>