Shades of Guardsman Red #A83439
Tints of Guardsman Red #A83439
RGB
CMYK
RGB Variations
Color information
#A83439 (or 0xA83439) is known color: Guardsman Red. HEX triplet: A8, 34 and 39. RGB value is (168,52,57). Sum of RGB (Red+Green+Blue) = 168+52+57=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A83439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83439 is #57CBC6. Grayscale: #575757. Windows color (decimal): -5753799 or 3749032. OLE color: 3749032.
HSL color Cylindrical-coordinate representation of color #A83439: hue angle of 357.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83439 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 57 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.34 |
| HSL | 357.41º | 0.53% | 0.43% | - |
| HSV(B) | 357.41º | 0.69% | 0.66% | - |
| XYZ | 18.11 | 11.08 | 5.05 | - |
| YUV | 87.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 57 | 0 | 0.69 | 0.66 | 0.34 | 357.41 | 0.53 | 0.43 |
| Hex | A8 | 34 | 39 | 0 | 45 | 42 | 22 | 165 | 35 | 2B |
| Octal | 250 | 64 | 71 | 0 | 105 | 102 | 42 | 545 | 65 | 53 |
| Binary | 10101000 | 110100 | 111001 | 0 | 1000101 | 1000010 | 100010 | 101100101 | 110101 | 101011 |
Color Harmonies of #A83439
Complementary color
Monochromatic Colors of #A83439
Black with #A83439
Text Example
Text Example
White with #A83439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83439; }
p { color: rgb(168,52,57); }
H1.HeaderClassName
{
color: #A83439;
}
.AnyTagClassName
{
color: #A83439;
}
</style>
background-color css
<style>
a { background-color: #A83439; }
a { background-color: rgb(168,52,57); }
div.DivClassName
{
background-color: #A83439;
}
.BgClassName
{
background-color: #A83439;
}
</style>
border-color css
<style>
span { border-color: #A83439; }
span { border-color: rgb(168,52,57); }
td.TdClassName
{
border-color: #A83439;
}
.TagClassName
{
border-color: #A83439;
}
</style>