Shades of Guardsman Red #A23839
Tints of Guardsman Red #A23839
RGB
CMYK
RGB Variations
Color information
#A23839 (or 0xA23839) is known color: Guardsman Red. HEX triplet: A2, 38 and 39. RGB value is (162,56,57). Sum of RGB (Red+Green+Blue) = 162+56+57=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A23839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23839 is #5DC7C6. Grayscale: #575757. Windows color (decimal): -6145991 or 3750050. OLE color: 3750050.
HSL color Cylindrical-coordinate representation of color #A23839: hue angle of 359.43º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23839 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 57 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.36 |
| HSL | 359.43º | 0.49% | 0.43% | - |
| HSV(B) | 359.43º | 0.65% | 0.64% | - |
| XYZ | 17.05 | 10.81 | 5.06 | - |
| YUV | 87.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 57 | 0 | 0.65 | 0.65 | 0.36 | 359.43 | 0.49 | 0.43 |
| Hex | A2 | 38 | 39 | 0 | 41 | 41 | 24 | 167 | 31 | 2B |
| Octal | 242 | 70 | 71 | 0 | 101 | 101 | 44 | 547 | 61 | 53 |
| Binary | 10100010 | 111000 | 111001 | 0 | 1000001 | 1000001 | 100100 | 101100111 | 110001 | 101011 |
Color Harmonies of #A23839
Complementary color
Monochromatic Colors of #A23839
Black with #A23839
Text Example
Text Example
White with #A23839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23839; }
p { color: rgb(162,56,57); }
H1.HeaderClassName
{
color: #A23839;
}
.AnyTagClassName
{
color: #A23839;
}
</style>
background-color css
<style>
a { background-color: #A23839; }
a { background-color: rgb(162,56,57); }
div.DivClassName
{
background-color: #A23839;
}
.BgClassName
{
background-color: #A23839;
}
</style>
border-color css
<style>
span { border-color: #A23839; }
span { border-color: rgb(162,56,57); }
td.TdClassName
{
border-color: #A23839;
}
.TagClassName
{
border-color: #A23839;
}
</style>