Shades of Guardsman Red #A83031
Tints of Guardsman Red #A83031
RGB
CMYK
RGB Variations
Color information
#A83031 (or 0xA83031) is known color: Guardsman Red. HEX triplet: A8, 30 and 31. RGB value is (168,48,49). Sum of RGB (Red+Green+Blue) = 168+48+49=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A83031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83031 is #57CFCE. Grayscale: #545454. Windows color (decimal): -5754831 or 3223720. OLE color: 3223720.
HSL color Cylindrical-coordinate representation of color #A83031: hue angle of 359.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83031 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 49 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.34 |
| HSL | 359.5º | 0.56% | 0.42% | - |
| HSV(B) | 359.5º | 0.71% | 0.66% | - |
| XYZ | 17.76 | 10.66 | 4.03 | - |
| YUV | 83.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 49 | 0 | 0.71 | 0.71 | 0.34 | 359.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 31 | 0 | 47 | 47 | 22 | 168 | 38 | 2A |
| Octal | 250 | 60 | 61 | 0 | 107 | 107 | 42 | 550 | 70 | 52 |
| Binary | 10101000 | 110000 | 110001 | 0 | 1000111 | 1000111 | 100010 | 101101000 | 111000 | 101010 |
Color Harmonies of #A83031
Complementary color
Monochromatic Colors of #A83031
Black with #A83031
Text Example
Text Example
White with #A83031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83031; }
p { color: rgb(168,48,49); }
H1.HeaderClassName
{
color: #A83031;
}
.AnyTagClassName
{
color: #A83031;
}
</style>
background-color css
<style>
a { background-color: #A83031; }
a { background-color: rgb(168,48,49); }
div.DivClassName
{
background-color: #A83031;
}
.BgClassName
{
background-color: #A83031;
}
</style>
border-color css
<style>
span { border-color: #A83031; }
span { border-color: rgb(168,48,49); }
td.TdClassName
{
border-color: #A83031;
}
.TagClassName
{
border-color: #A83031;
}
</style>