Shades of Guardsman Red #A8353B
Tints of Guardsman Red #A8353B
RGB
CMYK
RGB Variations
Color information
#A8353B (or 0xA8353B) is known color: Guardsman Red. HEX triplet: A8, 35 and 3B. RGB value is (168,53,59). Sum of RGB (Red+Green+Blue) = 168+53+59=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8353B is #57CAC4. Grayscale: #585858. Windows color (decimal): -5753541 or 3880360. OLE color: 3880360.
HSL color Cylindrical-coordinate representation of color #A8353B: hue angle of 356.87º 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 #A8353B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 59 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.34 |
| HSL | 356.87º | 0.52% | 0.43% | - |
| HSV(B) | 356.87º | 0.68% | 0.66% | - |
| XYZ | 18.21 | 11.19 | 5.34 | - |
| YUV | 88.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 59 | 0 | 0.68 | 0.65 | 0.34 | 356.87 | 0.52 | 0.43 |
| Hex | A8 | 35 | 3B | 0 | 44 | 41 | 22 | 165 | 34 | 2B |
| Octal | 250 | 65 | 73 | 0 | 104 | 101 | 42 | 545 | 64 | 53 |
| Binary | 10101000 | 110101 | 111011 | 0 | 1000100 | 1000001 | 100010 | 101100101 | 110100 | 101011 |
Color Harmonies of #A8353B
Complementary color
Monochromatic Colors of #A8353B
Black with #A8353B
Text Example
Text Example
White with #A8353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8353B; }
p { color: rgb(168,53,59); }
H1.HeaderClassName
{
color: #A8353B;
}
.AnyTagClassName
{
color: #A8353B;
}
</style>
background-color css
<style>
a { background-color: #A8353B; }
a { background-color: rgb(168,53,59); }
div.DivClassName
{
background-color: #A8353B;
}
.BgClassName
{
background-color: #A8353B;
}
</style>
border-color css
<style>
span { border-color: #A8353B; }
span { border-color: rgb(168,53,59); }
td.TdClassName
{
border-color: #A8353B;
}
.TagClassName
{
border-color: #A8353B;
}
</style>