Shades of Guardsman Red #A83D3E
Tints of Guardsman Red #A83D3E
RGB
CMYK
RGB Variations
Color information
#A83D3E (or 0xA83D3E) is known color: Guardsman Red. HEX triplet: A8, 3D and 3E. RGB value is (168,61,62). Sum of RGB (Red+Green+Blue) = 168+61+62=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D3E is #57C2C1. Grayscale: #5D5D5D. Windows color (decimal): -5751490 or 4079016. OLE color: 4079016.
HSL color Cylindrical-coordinate representation of color #A83D3E: hue angle of 359.44º 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 #A83D3E is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 62 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.34 |
| HSL | 359.44º | 0.47% | 0.45% | - |
| HSV(B) | 359.44º | 0.64% | 0.66% | - |
| XYZ | 18.69 | 12.01 | 5.89 | - |
| YUV | 93.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 62 | 0 | 0.64 | 0.63 | 0.34 | 359.44 | 0.47 | 0.45 |
| Hex | A8 | 3D | 3E | 0 | 40 | 3F | 22 | 167 | 2F | 2D |
| Octal | 250 | 75 | 76 | 0 | 100 | 77 | 42 | 547 | 57 | 55 |
| Binary | 10101000 | 111101 | 111110 | 0 | 1000000 | 111111 | 100010 | 101100111 | 101111 | 101101 |
Color Harmonies of #A83D3E
Complementary color
Monochromatic Colors of #A83D3E
Black with #A83D3E
Text Example
Text Example
White with #A83D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D3E; }
p { color: rgb(168,61,62); }
H1.HeaderClassName
{
color: #A83D3E;
}
.AnyTagClassName
{
color: #A83D3E;
}
</style>
background-color css
<style>
a { background-color: #A83D3E; }
a { background-color: rgb(168,61,62); }
div.DivClassName
{
background-color: #A83D3E;
}
.BgClassName
{
background-color: #A83D3E;
}
</style>
border-color css
<style>
span { border-color: #A83D3E; }
span { border-color: rgb(168,61,62); }
td.TdClassName
{
border-color: #A83D3E;
}
.TagClassName
{
border-color: #A83D3E;
}
</style>