Shades of Guardsman Red #A8292D
Tints of Guardsman Red #A8292D
RGB
CMYK
RGB Variations
Color information
#A8292D (or 0xA8292D) is known color: Guardsman Red. HEX triplet: A8, 29 and 2D. RGB value is (168,41,45). Sum of RGB (Red+Green+Blue) = 168+41+45=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8292D is #57D6D2. Grayscale: #4F4F4F. Windows color (decimal): -5756627 or 2959784. OLE color: 2959784.
HSL color Cylindrical-coordinate representation of color #A8292D: hue angle of 358.11º degrees, saturation: 0.61, 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 #A8292D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 45 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.34 |
| HSL | 358.11º | 0.61% | 0.41% | - |
| HSV(B) | 358.11º | 0.76% | 0.66% | - |
| XYZ | 17.42 | 10.1 | 3.51 | - |
| YUV | 79.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 45 | 0 | 0.76 | 0.73 | 0.34 | 358.11 | 0.61 | 0.41 |
| Hex | A8 | 29 | 2D | 0 | 4C | 49 | 22 | 166 | 3D | 29 |
| Octal | 250 | 51 | 55 | 0 | 114 | 111 | 42 | 546 | 75 | 51 |
| Binary | 10101000 | 101001 | 101101 | 0 | 1001100 | 1001001 | 100010 | 101100110 | 111101 | 101001 |
Color Harmonies of #A8292D
Complementary color
Monochromatic Colors of #A8292D
Black with #A8292D
Text Example
Text Example
White with #A8292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8292D; }
p { color: rgb(168,41,45); }
H1.HeaderClassName
{
color: #A8292D;
}
.AnyTagClassName
{
color: #A8292D;
}
</style>
background-color css
<style>
a { background-color: #A8292D; }
a { background-color: rgb(168,41,45); }
div.DivClassName
{
background-color: #A8292D;
}
.BgClassName
{
background-color: #A8292D;
}
</style>
border-color css
<style>
span { border-color: #A8292D; }
span { border-color: rgb(168,41,45); }
td.TdClassName
{
border-color: #A8292D;
}
.TagClassName
{
border-color: #A8292D;
}
</style>