Shades of Guardsman Red #A8353F
Tints of Guardsman Red #A8353F
RGB
CMYK
RGB Variations
Color information
#A8353F (or 0xA8353F) is known color: Guardsman Red. HEX triplet: A8, 35 and 3F. RGB value is (168,53,63). Sum of RGB (Red+Green+Blue) = 168+53+63=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8353F is #57CAC0. Grayscale: #585858. Windows color (decimal): -5753537 or 4142504. OLE color: 4142504.
HSL color Cylindrical-coordinate representation of color #A8353F: hue angle of 354.78º 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 #A8353F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 63 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.34 |
| HSL | 354.78º | 0.52% | 0.43% | - |
| HSV(B) | 354.78º | 0.68% | 0.66% | - |
| XYZ | 18.32 | 11.23 | 5.9 | - |
| YUV | 88.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 63 | 0 | 0.68 | 0.63 | 0.34 | 354.78 | 0.52 | 0.43 |
| Hex | A8 | 35 | 3F | 0 | 44 | 3F | 22 | 163 | 34 | 2B |
| Octal | 250 | 65 | 77 | 0 | 104 | 77 | 42 | 543 | 64 | 53 |
| Binary | 10101000 | 110101 | 111111 | 0 | 1000100 | 111111 | 100010 | 101100011 | 110100 | 101011 |
Color Harmonies of #A8353F
Complementary color
Monochromatic Colors of #A8353F
Black with #A8353F
Text Example
Text Example
White with #A8353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8353F; }
p { color: rgb(168,53,63); }
H1.HeaderClassName
{
color: #A8353F;
}
.AnyTagClassName
{
color: #A8353F;
}
</style>
background-color css
<style>
a { background-color: #A8353F; }
a { background-color: rgb(168,53,63); }
div.DivClassName
{
background-color: #A8353F;
}
.BgClassName
{
background-color: #A8353F;
}
</style>
border-color css
<style>
span { border-color: #A8353F; }
span { border-color: rgb(168,53,63); }
td.TdClassName
{
border-color: #A8353F;
}
.TagClassName
{
border-color: #A8353F;
}
</style>