Shades of Guardsman Red #A23340
Tints of Guardsman Red #A23340
RGB
CMYK
RGB Variations
Color information
#A23340 (or 0xA23340) is known color: Guardsman Red. HEX triplet: A2, 33 and 40. RGB value is (162,51,64). Sum of RGB (Red+Green+Blue) = 162+51+64=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23340 is #5DCCBF. Grayscale: #555555. Windows color (decimal): -6147264 or 4207522. OLE color: 4207522.
HSL color Cylindrical-coordinate representation of color #A23340: hue angle of 352.97º degrees, saturation: 0.52, 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 #A23340 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 64 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.36 |
| HSL | 352.97º | 0.52% | 0.42% | - |
| HSV(B) | 352.97º | 0.69% | 0.64% | - |
| XYZ | 17.01 | 10.42 | 5.97 | - |
| YUV | 85.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 64 | 0 | 0.69 | 0.60 | 0.36 | 352.97 | 0.52 | 0.42 |
| Hex | A2 | 33 | 40 | 0 | 45 | 3C | 24 | 161 | 34 | 2A |
| Octal | 242 | 63 | 100 | 0 | 105 | 74 | 44 | 541 | 64 | 52 |
| Binary | 10100010 | 110011 | 1000000 | 0 | 1000101 | 111100 | 100100 | 101100001 | 110100 | 101010 |
Color Harmonies of #A23340
Complementary color
Monochromatic Colors of #A23340
Black with #A23340
Text Example
Text Example
White with #A23340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23340; }
p { color: rgb(162,51,64); }
H1.HeaderClassName
{
color: #A23340;
}
.AnyTagClassName
{
color: #A23340;
}
</style>
background-color css
<style>
a { background-color: #A23340; }
a { background-color: rgb(162,51,64); }
div.DivClassName
{
background-color: #A23340;
}
.BgClassName
{
background-color: #A23340;
}
</style>
border-color css
<style>
span { border-color: #A23340; }
span { border-color: rgb(162,51,64); }
td.TdClassName
{
border-color: #A23340;
}
.TagClassName
{
border-color: #A23340;
}
</style>