Shades of Guardsman Red #A2323B
Tints of Guardsman Red #A2323B
RGB
CMYK
RGB Variations
Color information
#A2323B (or 0xA2323B) is known color: Guardsman Red. HEX triplet: A2, 32 and 3B. RGB value is (162,50,59). Sum of RGB (Red+Green+Blue) = 162+50+59=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323B is #5DCDC4. Grayscale: #545454. Windows color (decimal): -6147525 or 3879586. OLE color: 3879586.
HSL color Cylindrical-coordinate representation of color #A2323B: hue angle of 355.18º 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 #A2323B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 59 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.36 |
| HSL | 355.18º | 0.53% | 0.42% | - |
| HSV(B) | 355.18º | 0.69% | 0.64% | - |
| XYZ | 16.83 | 10.28 | 5.23 | - |
| YUV | 84.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 59 | 0 | 0.69 | 0.64 | 0.36 | 355.18 | 0.53 | 0.42 |
| Hex | A2 | 32 | 3B | 0 | 45 | 40 | 24 | 163 | 35 | 2A |
| Octal | 242 | 62 | 73 | 0 | 105 | 100 | 44 | 543 | 65 | 52 |
| Binary | 10100010 | 110010 | 111011 | 0 | 1000101 | 1000000 | 100100 | 101100011 | 110101 | 101010 |
Color Harmonies of #A2323B
Complementary color
Monochromatic Colors of #A2323B
Black with #A2323B
Text Example
Text Example
White with #A2323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2323B; }
p { color: rgb(162,50,59); }
H1.HeaderClassName
{
color: #A2323B;
}
.AnyTagClassName
{
color: #A2323B;
}
</style>
background-color css
<style>
a { background-color: #A2323B; }
a { background-color: rgb(162,50,59); }
div.DivClassName
{
background-color: #A2323B;
}
.BgClassName
{
background-color: #A2323B;
}
</style>
border-color css
<style>
span { border-color: #A2323B; }
span { border-color: rgb(162,50,59); }
td.TdClassName
{
border-color: #A2323B;
}
.TagClassName
{
border-color: #A2323B;
}
</style>