Shades of Guardsman Red #A2373D
Tints of Guardsman Red #A2373D
RGB
CMYK
RGB Variations
Color information
#A2373D (or 0xA2373D) is known color: Guardsman Red. HEX triplet: A2, 37 and 3D. RGB value is (162,55,61). Sum of RGB (Red+Green+Blue) = 162+55+61=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2373D is #5DC8C2. Grayscale: #575757. Windows color (decimal): -6146243 or 4011938. OLE color: 4011938.
HSL color Cylindrical-coordinate representation of color #A2373D: hue angle of 356.64º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2373D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 61 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.36 |
| HSL | 356.64º | 0.49% | 0.43% | - |
| HSV(B) | 356.64º | 0.66% | 0.64% | - |
| XYZ | 17.11 | 10.75 | 5.59 | - |
| YUV | 87.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 61 | 0 | 0.66 | 0.62 | 0.36 | 356.64 | 0.49 | 0.43 |
| Hex | A2 | 37 | 3D | 0 | 42 | 3E | 24 | 165 | 31 | 2B |
| Octal | 242 | 67 | 75 | 0 | 102 | 76 | 44 | 545 | 61 | 53 |
| Binary | 10100010 | 110111 | 111101 | 0 | 1000010 | 111110 | 100100 | 101100101 | 110001 | 101011 |
Color Harmonies of #A2373D
Complementary color
Monochromatic Colors of #A2373D
Black with #A2373D
Text Example
Text Example
White with #A2373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2373D; }
p { color: rgb(162,55,61); }
H1.HeaderClassName
{
color: #A2373D;
}
.AnyTagClassName
{
color: #A2373D;
}
</style>
background-color css
<style>
a { background-color: #A2373D; }
a { background-color: rgb(162,55,61); }
div.DivClassName
{
background-color: #A2373D;
}
.BgClassName
{
background-color: #A2373D;
}
</style>
border-color css
<style>
span { border-color: #A2373D; }
span { border-color: rgb(162,55,61); }
td.TdClassName
{
border-color: #A2373D;
}
.TagClassName
{
border-color: #A2373D;
}
</style>