Shades of Guardsman Red #A8263D
Tints of Guardsman Red #A8263D
RGB
CMYK
RGB Variations
Color information
#A8263D (or 0xA8263D) is known color: Guardsman Red. HEX triplet: A8, 26 and 3D. RGB value is (168,38,61). Sum of RGB (Red+Green+Blue) = 168+38+61=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8263D is #57D9C2. Grayscale: #4F4F4F. Windows color (decimal): -5757379 or 4007592. OLE color: 4007592.
HSL color Cylindrical-coordinate representation of color #A8263D: hue angle of 349.38º 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 #A8263D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 61 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.34 |
| HSL | 349.38º | 0.63% | 0.4% | - |
| HSV(B) | 349.38º | 0.77% | 0.66% | - |
| XYZ | 17.68 | 10.05 | 5.42 | - |
| YUV | 79.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 61 | 0 | 0.77 | 0.64 | 0.34 | 349.38 | 0.63 | 0.4 |
| Hex | A8 | 26 | 3D | 0 | 4D | 40 | 22 | 15D | 3F | 28 |
| Octal | 250 | 46 | 75 | 0 | 115 | 100 | 42 | 535 | 77 | 50 |
| Binary | 10101000 | 100110 | 111101 | 0 | 1001101 | 1000000 | 100010 | 101011101 | 111111 | 101000 |
Color Harmonies of #A8263D
Complementary color
Monochromatic Colors of #A8263D
Black with #A8263D
Text Example
Text Example
White with #A8263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8263D; }
p { color: rgb(168,38,61); }
H1.HeaderClassName
{
color: #A8263D;
}
.AnyTagClassName
{
color: #A8263D;
}
</style>
background-color css
<style>
a { background-color: #A8263D; }
a { background-color: rgb(168,38,61); }
div.DivClassName
{
background-color: #A8263D;
}
.BgClassName
{
background-color: #A8263D;
}
</style>
border-color css
<style>
span { border-color: #A8263D; }
span { border-color: rgb(168,38,61); }
td.TdClassName
{
border-color: #A8263D;
}
.TagClassName
{
border-color: #A8263D;
}
</style>