Shades of Guardsman Red #A8262D
Tints of Guardsman Red #A8262D
RGB
CMYK
RGB Variations
Color information
#A8262D (or 0xA8262D) is known color: Guardsman Red. HEX triplet: A8, 26 and 2D. RGB value is (168,38,45). Sum of RGB (Red+Green+Blue) = 168+38+45=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8262D is #57D9D2. Grayscale: #4D4D4D. Windows color (decimal): -5757395 or 2959016. OLE color: 2959016.
HSL color Cylindrical-coordinate representation of color #A8262D: hue angle of 356.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8262D is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 45 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.34 |
| HSL | 356.77º | 0.63% | 0.4% | - |
| HSV(B) | 356.77º | 0.77% | 0.66% | - |
| XYZ | 17.32 | 9.9 | 3.48 | - |
| YUV | 77.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 45 | 0 | 0.77 | 0.73 | 0.34 | 356.77 | 0.63 | 0.4 |
| Hex | A8 | 26 | 2D | 0 | 4D | 49 | 22 | 165 | 3F | 28 |
| Octal | 250 | 46 | 55 | 0 | 115 | 111 | 42 | 545 | 77 | 50 |
| Binary | 10101000 | 100110 | 101101 | 0 | 1001101 | 1001001 | 100010 | 101100101 | 111111 | 101000 |
Color Harmonies of #A8262D
Complementary color
Monochromatic Colors of #A8262D
Black with #A8262D
Text Example
Text Example
White with #A8262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8262D; }
p { color: rgb(168,38,45); }
H1.HeaderClassName
{
color: #A8262D;
}
.AnyTagClassName
{
color: #A8262D;
}
</style>
background-color css
<style>
a { background-color: #A8262D; }
a { background-color: rgb(168,38,45); }
div.DivClassName
{
background-color: #A8262D;
}
.BgClassName
{
background-color: #A8262D;
}
</style>
border-color css
<style>
span { border-color: #A8262D; }
span { border-color: rgb(168,38,45); }
td.TdClassName
{
border-color: #A8262D;
}
.TagClassName
{
border-color: #A8262D;
}
</style>