Shades of Guardsman Red #A8282B
Tints of Guardsman Red #A8282B
RGB
CMYK
RGB Variations
Color information
#A8282B (or 0xA8282B) is known color: Guardsman Red. HEX triplet: A8, 28 and 2B. RGB value is (168,40,43). Sum of RGB (Red+Green+Blue) = 168+40+43=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8282B is #57D7D4. Grayscale: #4E4E4E. Windows color (decimal): -5756885 or 2828456. OLE color: 2828456.
HSL color Cylindrical-coordinate representation of color #A8282B: hue angle of 358.59º 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 #A8282B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 43 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.34 |
| HSL | 358.59º | 0.62% | 0.41% | - |
| HSV(B) | 358.59º | 0.76% | 0.66% | - |
| XYZ | 17.34 | 10.02 | 3.3 | - |
| YUV | 78.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 43 | 0 | 0.76 | 0.74 | 0.34 | 358.59 | 0.62 | 0.41 |
| Hex | A8 | 28 | 2B | 0 | 4C | 4A | 22 | 167 | 3E | 29 |
| Octal | 250 | 50 | 53 | 0 | 114 | 112 | 42 | 547 | 76 | 51 |
| Binary | 10101000 | 101000 | 101011 | 0 | 1001100 | 1001010 | 100010 | 101100111 | 111110 | 101001 |
Color Harmonies of #A8282B
Complementary color
Monochromatic Colors of #A8282B
Black with #A8282B
Text Example
Text Example
White with #A8282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8282B; }
p { color: rgb(168,40,43); }
H1.HeaderClassName
{
color: #A8282B;
}
.AnyTagClassName
{
color: #A8282B;
}
</style>
background-color css
<style>
a { background-color: #A8282B; }
a { background-color: rgb(168,40,43); }
div.DivClassName
{
background-color: #A8282B;
}
.BgClassName
{
background-color: #A8282B;
}
</style>
border-color css
<style>
span { border-color: #A8282B; }
span { border-color: rgb(168,40,43); }
td.TdClassName
{
border-color: #A8282B;
}
.TagClassName
{
border-color: #A8282B;
}
</style>