Shades of Guardsman Red #A23233
Tints of Guardsman Red #A23233
RGB
CMYK
RGB Variations
Color information
#A23233 (or 0xA23233) is known color: Guardsman Red. HEX triplet: A2, 32 and 33. RGB value is (162,50,51). Sum of RGB (Red+Green+Blue) = 162+50+51=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A23233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23233 is #5DCDCC. Grayscale: #535353. Windows color (decimal): -6147533 or 3355298. OLE color: 3355298.
HSL color Cylindrical-coordinate representation of color #A23233: hue angle of 359.46º 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 #A23233 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 51 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.36 |
| HSL | 359.46º | 0.53% | 0.42% | - |
| HSV(B) | 359.46º | 0.69% | 0.64% | - |
| XYZ | 16.64 | 10.2 | 4.22 | - |
| YUV | 83.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 51 | 0 | 0.69 | 0.69 | 0.36 | 359.46 | 0.53 | 0.42 |
| Hex | A2 | 32 | 33 | 0 | 45 | 45 | 24 | 167 | 35 | 2A |
| Octal | 242 | 62 | 63 | 0 | 105 | 105 | 44 | 547 | 65 | 52 |
| Binary | 10100010 | 110010 | 110011 | 0 | 1000101 | 1000101 | 100100 | 101100111 | 110101 | 101010 |
Color Harmonies of #A23233
Complementary color
Monochromatic Colors of #A23233
Black with #A23233
Text Example
Text Example
White with #A23233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23233; }
p { color: rgb(162,50,51); }
H1.HeaderClassName
{
color: #A23233;
}
.AnyTagClassName
{
color: #A23233;
}
</style>
background-color css
<style>
a { background-color: #A23233; }
a { background-color: rgb(162,50,51); }
div.DivClassName
{
background-color: #A23233;
}
.BgClassName
{
background-color: #A23233;
}
</style>
border-color css
<style>
span { border-color: #A23233; }
span { border-color: rgb(162,50,51); }
td.TdClassName
{
border-color: #A23233;
}
.TagClassName
{
border-color: #A23233;
}
</style>