Shades of Guardsman Red #A8353A
Tints of Guardsman Red #A8353A
RGB
CMYK
RGB Variations
Color information
#A8353A (or 0xA8353A) is known color: Guardsman Red. HEX triplet: A8, 35 and 3A. RGB value is (168,53,58). Sum of RGB (Red+Green+Blue) = 168+53+58=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8353A is #57CAC5. Grayscale: #585858. Windows color (decimal): -5753542 or 3814824. OLE color: 3814824.
HSL color Cylindrical-coordinate representation of color #A8353A: hue angle of 357.39º 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 #A8353A is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 58 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.34 |
| HSL | 357.39º | 0.52% | 0.43% | - |
| HSV(B) | 357.39º | 0.68% | 0.66% | - |
| XYZ | 18.19 | 11.18 | 5.2 | - |
| YUV | 87.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 58 | 0 | 0.68 | 0.65 | 0.34 | 357.39 | 0.52 | 0.43 |
| Hex | A8 | 35 | 3A | 0 | 44 | 41 | 22 | 165 | 34 | 2B |
| Octal | 250 | 65 | 72 | 0 | 104 | 101 | 42 | 545 | 64 | 53 |
| Binary | 10101000 | 110101 | 111010 | 0 | 1000100 | 1000001 | 100010 | 101100101 | 110100 | 101011 |
Color Harmonies of #A8353A
Complementary color
Monochromatic Colors of #A8353A
Black with #A8353A
Text Example
Text Example
White with #A8353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8353A; }
p { color: rgb(168,53,58); }
H1.HeaderClassName
{
color: #A8353A;
}
.AnyTagClassName
{
color: #A8353A;
}
</style>
background-color css
<style>
a { background-color: #A8353A; }
a { background-color: rgb(168,53,58); }
div.DivClassName
{
background-color: #A8353A;
}
.BgClassName
{
background-color: #A8353A;
}
</style>
border-color css
<style>
span { border-color: #A8353A; }
span { border-color: rgb(168,53,58); }
td.TdClassName
{
border-color: #A8353A;
}
.TagClassName
{
border-color: #A8353A;
}
</style>