Shades of Guardsman Red #A83536
Tints of Guardsman Red #A83536
RGB
CMYK
RGB Variations
Color information
#A83536 (or 0xA83536) is known color: Guardsman Red. HEX triplet: A8, 35 and 36. RGB value is (168,53,54). Sum of RGB (Red+Green+Blue) = 168+53+54=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A83536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83536 is #57CAC9. Grayscale: #575757. Windows color (decimal): -5753546 or 3552680. OLE color: 3552680.
HSL color Cylindrical-coordinate representation of color #A83536: hue angle of 359.48º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83536 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 54 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.34 |
| HSL | 359.48º | 0.52% | 0.43% | - |
| HSV(B) | 359.48º | 0.68% | 0.66% | - |
| XYZ | 18.09 | 11.14 | 4.69 | - |
| YUV | 87.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 54 | 0 | 0.68 | 0.68 | 0.34 | 359.48 | 0.52 | 0.43 |
| Hex | A8 | 35 | 36 | 0 | 44 | 44 | 22 | 167 | 34 | 2B |
| Octal | 250 | 65 | 66 | 0 | 104 | 104 | 42 | 547 | 64 | 53 |
| Binary | 10101000 | 110101 | 110110 | 0 | 1000100 | 1000100 | 100010 | 101100111 | 110100 | 101011 |
Color Harmonies of #A83536
Complementary color
Monochromatic Colors of #A83536
Black with #A83536
Text Example
Text Example
White with #A83536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83536; }
p { color: rgb(168,53,54); }
H1.HeaderClassName
{
color: #A83536;
}
.AnyTagClassName
{
color: #A83536;
}
</style>
background-color css
<style>
a { background-color: #A83536; }
a { background-color: rgb(168,53,54); }
div.DivClassName
{
background-color: #A83536;
}
.BgClassName
{
background-color: #A83536;
}
</style>
border-color css
<style>
span { border-color: #A83536; }
span { border-color: rgb(168,53,54); }
td.TdClassName
{
border-color: #A83536;
}
.TagClassName
{
border-color: #A83536;
}
</style>