Shades of Guardsman Red #A8383C
Tints of Guardsman Red #A8383C
RGB
CMYK
RGB Variations
Color information
#A8383C (or 0xA8383C) is known color: Guardsman Red. HEX triplet: A8, 38 and 3C. RGB value is (168,56,60). Sum of RGB (Red+Green+Blue) = 168+56+60=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8383C is #57C7C3. Grayscale: #5A5A5A. Windows color (decimal): -5752772 or 3946664. OLE color: 3946664.
HSL color Cylindrical-coordinate representation of color #A8383C: hue angle of 357.86º 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 #A8383C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 60 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.34 |
| HSL | 357.86º | 0.5% | 0.44% | - |
| HSV(B) | 357.86º | 0.67% | 0.66% | - |
| XYZ | 18.38 | 11.48 | 5.52 | - |
| YUV | 89.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 60 | 0 | 0.67 | 0.64 | 0.34 | 357.86 | 0.5 | 0.44 |
| Hex | A8 | 38 | 3C | 0 | 43 | 40 | 22 | 166 | 32 | 2C |
| Octal | 250 | 70 | 74 | 0 | 103 | 100 | 42 | 546 | 62 | 54 |
| Binary | 10101000 | 111000 | 111100 | 0 | 1000011 | 1000000 | 100010 | 101100110 | 110010 | 101100 |
Color Harmonies of #A8383C
Complementary color
Monochromatic Colors of #A8383C
Black with #A8383C
Text Example
Text Example
White with #A8383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8383C; }
p { color: rgb(168,56,60); }
H1.HeaderClassName
{
color: #A8383C;
}
.AnyTagClassName
{
color: #A8383C;
}
</style>
background-color css
<style>
a { background-color: #A8383C; }
a { background-color: rgb(168,56,60); }
div.DivClassName
{
background-color: #A8383C;
}
.BgClassName
{
background-color: #A8383C;
}
</style>
border-color css
<style>
span { border-color: #A8383C; }
span { border-color: rgb(168,56,60); }
td.TdClassName
{
border-color: #A8383C;
}
.TagClassName
{
border-color: #A8383C;
}
</style>