Shades of Guardsman Red #A8383D
Tints of Guardsman Red #A8383D
RGB
CMYK
RGB Variations
Color information
#A8383D (or 0xA8383D) is known color: Guardsman Red. HEX triplet: A8, 38 and 3D. RGB value is (168,56,61). Sum of RGB (Red+Green+Blue) = 168+56+61=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8383D is #57C7C2. Grayscale: #5A5A5A. Windows color (decimal): -5752771 or 4012200. OLE color: 4012200.
HSL color Cylindrical-coordinate representation of color #A8383D: hue angle of 357.32º 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 #A8383D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 61 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.34 |
| HSL | 357.32º | 0.5% | 0.44% | - |
| HSV(B) | 357.32º | 0.67% | 0.66% | - |
| XYZ | 18.4 | 11.49 | 5.66 | - |
| YUV | 90.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 61 | 0 | 0.67 | 0.64 | 0.34 | 357.32 | 0.5 | 0.44 |
| Hex | A8 | 38 | 3D | 0 | 43 | 40 | 22 | 165 | 32 | 2C |
| Octal | 250 | 70 | 75 | 0 | 103 | 100 | 42 | 545 | 62 | 54 |
| Binary | 10101000 | 111000 | 111101 | 0 | 1000011 | 1000000 | 100010 | 101100101 | 110010 | 101100 |
Color Harmonies of #A8383D
Complementary color
Monochromatic Colors of #A8383D
Black with #A8383D
Text Example
Text Example
White with #A8383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8383D; }
p { color: rgb(168,56,61); }
H1.HeaderClassName
{
color: #A8383D;
}
.AnyTagClassName
{
color: #A8383D;
}
</style>
background-color css
<style>
a { background-color: #A8383D; }
a { background-color: rgb(168,56,61); }
div.DivClassName
{
background-color: #A8383D;
}
.BgClassName
{
background-color: #A8383D;
}
</style>
border-color css
<style>
span { border-color: #A8383D; }
span { border-color: rgb(168,56,61); }
td.TdClassName
{
border-color: #A8383D;
}
.TagClassName
{
border-color: #A8383D;
}
</style>