Shades of Guardsman Red #A8363F
Tints of Guardsman Red #A8363F
RGB
CMYK
RGB Variations
Color information
#A8363F (or 0xA8363F) is known color: Guardsman Red. HEX triplet: A8, 36 and 3F. RGB value is (168,54,63). Sum of RGB (Red+Green+Blue) = 168+54+63=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8363F is #57C9C0. Grayscale: #595959. Windows color (decimal): -5753281 or 4142760. OLE color: 4142760.
HSL color Cylindrical-coordinate representation of color #A8363F: hue angle of 355.26º 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 #A8363F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 63 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.34 |
| HSL | 355.26º | 0.51% | 0.44% | - |
| HSV(B) | 355.26º | 0.68% | 0.66% | - |
| XYZ | 18.36 | 11.32 | 5.92 | - |
| YUV | 89.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 63 | 0 | 0.68 | 0.63 | 0.34 | 355.26 | 0.51 | 0.44 |
| Hex | A8 | 36 | 3F | 0 | 44 | 3F | 22 | 163 | 33 | 2C |
| Octal | 250 | 66 | 77 | 0 | 104 | 77 | 42 | 543 | 63 | 54 |
| Binary | 10101000 | 110110 | 111111 | 0 | 1000100 | 111111 | 100010 | 101100011 | 110011 | 101100 |
Color Harmonies of #A8363F
Complementary color
Monochromatic Colors of #A8363F
Black with #A8363F
Text Example
Text Example
White with #A8363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8363F; }
p { color: rgb(168,54,63); }
H1.HeaderClassName
{
color: #A8363F;
}
.AnyTagClassName
{
color: #A8363F;
}
</style>
background-color css
<style>
a { background-color: #A8363F; }
a { background-color: rgb(168,54,63); }
div.DivClassName
{
background-color: #A8363F;
}
.BgClassName
{
background-color: #A8363F;
}
</style>
border-color css
<style>
span { border-color: #A8363F; }
span { border-color: rgb(168,54,63); }
td.TdClassName
{
border-color: #A8363F;
}
.TagClassName
{
border-color: #A8363F;
}
</style>