Shades of Guardsman Red #A8363C
Tints of Guardsman Red #A8363C
RGB
CMYK
RGB Variations
Color information
#A8363C (or 0xA8363C) is known color: Guardsman Red. HEX triplet: A8, 36 and 3C. RGB value is (168,54,60). Sum of RGB (Red+Green+Blue) = 168+54+60=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8363C is #57C9C3. Grayscale: #585858. Windows color (decimal): -5753284 or 3946152. OLE color: 3946152.
HSL color Cylindrical-coordinate representation of color #A8363C: hue angle of 356.84º 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 #A8363C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 60 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.34 |
| HSL | 356.84º | 0.51% | 0.44% | - |
| HSV(B) | 356.84º | 0.68% | 0.66% | - |
| XYZ | 18.28 | 11.29 | 5.49 | - |
| YUV | 88.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 60 | 0 | 0.68 | 0.64 | 0.34 | 356.84 | 0.51 | 0.44 |
| Hex | A8 | 36 | 3C | 0 | 44 | 40 | 22 | 165 | 33 | 2C |
| Octal | 250 | 66 | 74 | 0 | 104 | 100 | 42 | 545 | 63 | 54 |
| Binary | 10101000 | 110110 | 111100 | 0 | 1000100 | 1000000 | 100010 | 101100101 | 110011 | 101100 |
Color Harmonies of #A8363C
Complementary color
Monochromatic Colors of #A8363C
Black with #A8363C
Text Example
Text Example
White with #A8363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8363C; }
p { color: rgb(168,54,60); }
H1.HeaderClassName
{
color: #A8363C;
}
.AnyTagClassName
{
color: #A8363C;
}
</style>
background-color css
<style>
a { background-color: #A8363C; }
a { background-color: rgb(168,54,60); }
div.DivClassName
{
background-color: #A8363C;
}
.BgClassName
{
background-color: #A8363C;
}
</style>
border-color css
<style>
span { border-color: #A8363C; }
span { border-color: rgb(168,54,60); }
td.TdClassName
{
border-color: #A8363C;
}
.TagClassName
{
border-color: #A8363C;
}
</style>