Shades of Guardsman Red #A8262A
Tints of Guardsman Red #A8262A
RGB
CMYK
RGB Variations
Color information
#A8262A (or 0xA8262A) is known color: Guardsman Red. HEX triplet: A8, 26 and 2A. RGB value is (168,38,42). Sum of RGB (Red+Green+Blue) = 168+38+42=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8262A is #57D9D5. Grayscale: #4D4D4D. Windows color (decimal): -5757398 or 2762408. OLE color: 2762408.
HSL color Cylindrical-coordinate representation of color #A8262A: hue angle of 358.15º 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 #A8262A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 42 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.34 |
| HSL | 358.15º | 0.63% | 0.4% | - |
| HSV(B) | 358.15º | 0.77% | 0.66% | - |
| XYZ | 17.26 | 9.88 | 3.19 | - |
| YUV | 77.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 42 | 0 | 0.77 | 0.75 | 0.34 | 358.15 | 0.63 | 0.4 |
| Hex | A8 | 26 | 2A | 0 | 4D | 4B | 22 | 166 | 3F | 28 |
| Octal | 250 | 46 | 52 | 0 | 115 | 113 | 42 | 546 | 77 | 50 |
| Binary | 10101000 | 100110 | 101010 | 0 | 1001101 | 1001011 | 100010 | 101100110 | 111111 | 101000 |
Color Harmonies of #A8262A
Complementary color
Monochromatic Colors of #A8262A
Black with #A8262A
Text Example
Text Example
White with #A8262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8262A; }
p { color: rgb(168,38,42); }
H1.HeaderClassName
{
color: #A8262A;
}
.AnyTagClassName
{
color: #A8262A;
}
</style>
background-color css
<style>
a { background-color: #A8262A; }
a { background-color: rgb(168,38,42); }
div.DivClassName
{
background-color: #A8262A;
}
.BgClassName
{
background-color: #A8262A;
}
</style>
border-color css
<style>
span { border-color: #A8262A; }
span { border-color: rgb(168,38,42); }
td.TdClassName
{
border-color: #A8262A;
}
.TagClassName
{
border-color: #A8262A;
}
</style>