Shades of Guardsman Red #A8283C
Tints of Guardsman Red #A8283C
RGB
CMYK
RGB Variations
Color information
#A8283C (or 0xA8283C) is known color: Guardsman Red. HEX triplet: A8, 28 and 3C. RGB value is (168,40,60). Sum of RGB (Red+Green+Blue) = 168+40+60=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8283C is #57D7C3. Grayscale: #505050. Windows color (decimal): -5756868 or 3942568. OLE color: 3942568.
HSL color Cylindrical-coordinate representation of color #A8283C: hue angle of 350.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8283C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 60 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.34 |
| HSL | 350.63º | 0.62% | 0.41% | - |
| HSV(B) | 350.63º | 0.76% | 0.66% | - |
| XYZ | 17.72 | 10.17 | 5.3 | - |
| YUV | 80.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 60 | 0 | 0.76 | 0.64 | 0.34 | 350.63 | 0.62 | 0.41 |
| Hex | A8 | 28 | 3C | 0 | 4C | 40 | 22 | 15F | 3E | 29 |
| Octal | 250 | 50 | 74 | 0 | 114 | 100 | 42 | 537 | 76 | 51 |
| Binary | 10101000 | 101000 | 111100 | 0 | 1001100 | 1000000 | 100010 | 101011111 | 111110 | 101001 |
Color Harmonies of #A8283C
Complementary color
Monochromatic Colors of #A8283C
Black with #A8283C
Text Example
Text Example
White with #A8283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8283C; }
p { color: rgb(168,40,60); }
H1.HeaderClassName
{
color: #A8283C;
}
.AnyTagClassName
{
color: #A8283C;
}
</style>
background-color css
<style>
a { background-color: #A8283C; }
a { background-color: rgb(168,40,60); }
div.DivClassName
{
background-color: #A8283C;
}
.BgClassName
{
background-color: #A8283C;
}
</style>
border-color css
<style>
span { border-color: #A8283C; }
span { border-color: rgb(168,40,60); }
td.TdClassName
{
border-color: #A8283C;
}
.TagClassName
{
border-color: #A8283C;
}
</style>