Shades of Guardsman Red #A8383A
Tints of Guardsman Red #A8383A
RGB
CMYK
RGB Variations
Color information
#A8383A (or 0xA8383A) is known color: Guardsman Red. HEX triplet: A8, 38 and 3A. RGB value is (168,56,58). Sum of RGB (Red+Green+Blue) = 168+56+58=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8383A is #57C7C5. Grayscale: #595959. Windows color (decimal): -5752774 or 3815592. OLE color: 3815592.
HSL color Cylindrical-coordinate representation of color #A8383A: hue angle of 358.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8383A is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 58 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.34 |
| HSL | 358.93º | 0.5% | 0.44% | - |
| HSV(B) | 358.93º | 0.67% | 0.66% | - |
| XYZ | 18.33 | 11.46 | 5.25 | - |
| YUV | 89.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 58 | 0 | 0.67 | 0.65 | 0.34 | 358.93 | 0.5 | 0.44 |
| Hex | A8 | 38 | 3A | 0 | 43 | 41 | 22 | 167 | 32 | 2C |
| Octal | 250 | 70 | 72 | 0 | 103 | 101 | 42 | 547 | 62 | 54 |
| Binary | 10101000 | 111000 | 111010 | 0 | 1000011 | 1000001 | 100010 | 101100111 | 110010 | 101100 |
Color Harmonies of #A8383A
Complementary color
Monochromatic Colors of #A8383A
Black with #A8383A
Text Example
Text Example
White with #A8383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8383A; }
p { color: rgb(168,56,58); }
H1.HeaderClassName
{
color: #A8383A;
}
.AnyTagClassName
{
color: #A8383A;
}
</style>
background-color css
<style>
a { background-color: #A8383A; }
a { background-color: rgb(168,56,58); }
div.DivClassName
{
background-color: #A8383A;
}
.BgClassName
{
background-color: #A8383A;
}
</style>
border-color css
<style>
span { border-color: #A8383A; }
span { border-color: rgb(168,56,58); }
td.TdClassName
{
border-color: #A8383A;
}
.TagClassName
{
border-color: #A8383A;
}
</style>