Shades of Guardsman Red #A83C3E
Tints of Guardsman Red #A83C3E
RGB
CMYK
RGB Variations
Color information
#A83C3E (or 0xA83C3E) is known color: Guardsman Red. HEX triplet: A8, 3C and 3E. RGB value is (168,60,62). Sum of RGB (Red+Green+Blue) = 168+60+62=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C3E is #57C3C1. Grayscale: #5C5C5C. Windows color (decimal): -5751746 or 4078760. OLE color: 4078760.
HSL color Cylindrical-coordinate representation of color #A83C3E: hue angle of 358.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83C3E is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 62 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.34 |
| HSL | 358.89º | 0.47% | 0.45% | - |
| HSV(B) | 358.89º | 0.64% | 0.66% | - |
| XYZ | 18.63 | 11.9 | 5.87 | - |
| YUV | 92.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 62 | 0 | 0.64 | 0.63 | 0.34 | 358.89 | 0.47 | 0.45 |
| Hex | A8 | 3C | 3E | 0 | 40 | 3F | 22 | 167 | 2F | 2D |
| Octal | 250 | 74 | 76 | 0 | 100 | 77 | 42 | 547 | 57 | 55 |
| Binary | 10101000 | 111100 | 111110 | 0 | 1000000 | 111111 | 100010 | 101100111 | 101111 | 101101 |
Color Harmonies of #A83C3E
Complementary color
Monochromatic Colors of #A83C3E
Black with #A83C3E
Text Example
Text Example
White with #A83C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C3E; }
p { color: rgb(168,60,62); }
H1.HeaderClassName
{
color: #A83C3E;
}
.AnyTagClassName
{
color: #A83C3E;
}
</style>
background-color css
<style>
a { background-color: #A83C3E; }
a { background-color: rgb(168,60,62); }
div.DivClassName
{
background-color: #A83C3E;
}
.BgClassName
{
background-color: #A83C3E;
}
</style>
border-color css
<style>
span { border-color: #A83C3E; }
span { border-color: rgb(168,60,62); }
td.TdClassName
{
border-color: #A83C3E;
}
.TagClassName
{
border-color: #A83C3E;
}
</style>