Shades of Guardsman Red #A83637
Tints of Guardsman Red #A83637
RGB
CMYK
RGB Variations
Color information
#A83637 (or 0xA83637) is known color: Guardsman Red. HEX triplet: A8, 36 and 37. RGB value is (168,54,55). Sum of RGB (Red+Green+Blue) = 168+54+55=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A83637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83637 is #57C9C8. Grayscale: #585858. Windows color (decimal): -5753289 or 3618472. OLE color: 3618472.
HSL color Cylindrical-coordinate representation of color #A83637: hue angle of 359.47º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83637 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 55 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.34 |
| HSL | 359.47º | 0.51% | 0.44% | - |
| HSV(B) | 359.47º | 0.68% | 0.66% | - |
| XYZ | 18.16 | 11.24 | 4.83 | - |
| YUV | 88.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 55 | 0 | 0.68 | 0.67 | 0.34 | 359.47 | 0.51 | 0.44 |
| Hex | A8 | 36 | 37 | 0 | 44 | 43 | 22 | 167 | 33 | 2C |
| Octal | 250 | 66 | 67 | 0 | 104 | 103 | 42 | 547 | 63 | 54 |
| Binary | 10101000 | 110110 | 110111 | 0 | 1000100 | 1000011 | 100010 | 101100111 | 110011 | 101100 |
Color Harmonies of #A83637
Complementary color
Monochromatic Colors of #A83637
Black with #A83637
Text Example
Text Example
White with #A83637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83637; }
p { color: rgb(168,54,55); }
H1.HeaderClassName
{
color: #A83637;
}
.AnyTagClassName
{
color: #A83637;
}
</style>
background-color css
<style>
a { background-color: #A83637; }
a { background-color: rgb(168,54,55); }
div.DivClassName
{
background-color: #A83637;
}
.BgClassName
{
background-color: #A83637;
}
</style>
border-color css
<style>
span { border-color: #A83637; }
span { border-color: rgb(168,54,55); }
td.TdClassName
{
border-color: #A83637;
}
.TagClassName
{
border-color: #A83637;
}
</style>