Shades of Guardsman Red #A83B3F
Tints of Guardsman Red #A83B3F
RGB
CMYK
RGB Variations
Color information
#A83B3F (or 0xA83B3F) is known color: Guardsman Red. HEX triplet: A8, 3B and 3F. RGB value is (168,59,63). Sum of RGB (Red+Green+Blue) = 168+59+63=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83B3F is #57C4C0. Grayscale: #5C5C5C. Windows color (decimal): -5752001 or 4144040. OLE color: 4144040.
HSL color Cylindrical-coordinate representation of color #A83B3F: hue angle of 357.8º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83B3F is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 63 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.34 |
| HSL | 357.8º | 0.48% | 0.45% | - |
| HSV(B) | 357.8º | 0.65% | 0.66% | - |
| XYZ | 18.61 | 11.81 | 6 | - |
| YUV | 92.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 63 | 0 | 0.65 | 0.63 | 0.34 | 357.8 | 0.48 | 0.45 |
| Hex | A8 | 3B | 3F | 0 | 41 | 3F | 22 | 166 | 30 | 2D |
| Octal | 250 | 73 | 77 | 0 | 101 | 77 | 42 | 546 | 60 | 55 |
| Binary | 10101000 | 111011 | 111111 | 0 | 1000001 | 111111 | 100010 | 101100110 | 110000 | 101101 |
Color Harmonies of #A83B3F
Complementary color
Monochromatic Colors of #A83B3F
Black with #A83B3F
Text Example
Text Example
White with #A83B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B3F; }
p { color: rgb(168,59,63); }
H1.HeaderClassName
{
color: #A83B3F;
}
.AnyTagClassName
{
color: #A83B3F;
}
</style>
background-color css
<style>
a { background-color: #A83B3F; }
a { background-color: rgb(168,59,63); }
div.DivClassName
{
background-color: #A83B3F;
}
.BgClassName
{
background-color: #A83B3F;
}
</style>
border-color css
<style>
span { border-color: #A83B3F; }
span { border-color: rgb(168,59,63); }
td.TdClassName
{
border-color: #A83B3F;
}
.TagClassName
{
border-color: #A83B3F;
}
</style>