Shades of Guardsman Red #A8282D
Tints of Guardsman Red #A8282D
RGB
CMYK
RGB Variations
Color information
#A8282D (or 0xA8282D) is known color: Guardsman Red. HEX triplet: A8, 28 and 2D. RGB value is (168,40,45). Sum of RGB (Red+Green+Blue) = 168+40+45=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8282D is #57D7D2. Grayscale: #4E4E4E. Windows color (decimal): -5756883 or 2959528. OLE color: 2959528.
HSL color Cylindrical-coordinate representation of color #A8282D: hue angle of 357.66º 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 #A8282D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 45 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.34 |
| HSL | 357.66º | 0.62% | 0.41% | - |
| HSV(B) | 357.66º | 0.76% | 0.66% | - |
| XYZ | 17.38 | 10.03 | 3.5 | - |
| YUV | 78.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 45 | 0 | 0.76 | 0.73 | 0.34 | 357.66 | 0.62 | 0.41 |
| Hex | A8 | 28 | 2D | 0 | 4C | 49 | 22 | 166 | 3E | 29 |
| Octal | 250 | 50 | 55 | 0 | 114 | 111 | 42 | 546 | 76 | 51 |
| Binary | 10101000 | 101000 | 101101 | 0 | 1001100 | 1001001 | 100010 | 101100110 | 111110 | 101001 |
Color Harmonies of #A8282D
Complementary color
Monochromatic Colors of #A8282D
Black with #A8282D
Text Example
Text Example
White with #A8282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8282D; }
p { color: rgb(168,40,45); }
H1.HeaderClassName
{
color: #A8282D;
}
.AnyTagClassName
{
color: #A8282D;
}
</style>
background-color css
<style>
a { background-color: #A8282D; }
a { background-color: rgb(168,40,45); }
div.DivClassName
{
background-color: #A8282D;
}
.BgClassName
{
background-color: #A8282D;
}
</style>
border-color css
<style>
span { border-color: #A8282D; }
span { border-color: rgb(168,40,45); }
td.TdClassName
{
border-color: #A8282D;
}
.TagClassName
{
border-color: #A8282D;
}
</style>