Shades of Guardsman Red #A83239
Tints of Guardsman Red #A83239
RGB
CMYK
RGB Variations
Color information
#A83239 (or 0xA83239) is known color: Guardsman Red. HEX triplet: A8, 32 and 39. RGB value is (168,50,57). Sum of RGB (Red+Green+Blue) = 168+50+57=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A83239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83239 is #57CDC6. Grayscale: #565656. Windows color (decimal): -5754311 or 3748520. OLE color: 3748520.
HSL color Cylindrical-coordinate representation of color #A83239: hue angle of 356.44º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83239 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 57 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.34 |
| HSL | 356.44º | 0.54% | 0.43% | - |
| HSV(B) | 356.44º | 0.7% | 0.66% | - |
| XYZ | 18.03 | 10.9 | 5.02 | - |
| YUV | 86.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 57 | 0 | 0.70 | 0.66 | 0.34 | 356.44 | 0.54 | 0.43 |
| Hex | A8 | 32 | 39 | 0 | 46 | 42 | 22 | 164 | 36 | 2B |
| Octal | 250 | 62 | 71 | 0 | 106 | 102 | 42 | 544 | 66 | 53 |
| Binary | 10101000 | 110010 | 111001 | 0 | 1000110 | 1000010 | 100010 | 101100100 | 110110 | 101011 |
Color Harmonies of #A83239
Complementary color
Monochromatic Colors of #A83239
Black with #A83239
Text Example
Text Example
White with #A83239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83239; }
p { color: rgb(168,50,57); }
H1.HeaderClassName
{
color: #A83239;
}
.AnyTagClassName
{
color: #A83239;
}
</style>
background-color css
<style>
a { background-color: #A83239; }
a { background-color: rgb(168,50,57); }
div.DivClassName
{
background-color: #A83239;
}
.BgClassName
{
background-color: #A83239;
}
</style>
border-color css
<style>
span { border-color: #A83239; }
span { border-color: rgb(168,50,57); }
td.TdClassName
{
border-color: #A83239;
}
.TagClassName
{
border-color: #A83239;
}
</style>