Shades of Guardsman Red #A8273E
Tints of Guardsman Red #A8273E
RGB
CMYK
RGB Variations
Color information
#A8273E (or 0xA8273E) is known color: Guardsman Red. HEX triplet: A8, 27 and 3E. RGB value is (168,39,62). Sum of RGB (Red+Green+Blue) = 168+39+62=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273E is #57D8C1. Grayscale: #505050. Windows color (decimal): -5757122 or 4073384. OLE color: 4073384.
HSL color Cylindrical-coordinate representation of color #A8273E: hue angle of 349.3º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8273E is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 62 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.34 |
| HSL | 349.3º | 0.62% | 0.41% | - |
| HSV(B) | 349.3º | 0.77% | 0.66% | - |
| XYZ | 17.74 | 10.12 | 5.58 | - |
| YUV | 80.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 62 | 0 | 0.77 | 0.63 | 0.34 | 349.3 | 0.62 | 0.41 |
| Hex | A8 | 27 | 3E | 0 | 4D | 3F | 22 | 15D | 3E | 29 |
| Octal | 250 | 47 | 76 | 0 | 115 | 77 | 42 | 535 | 76 | 51 |
| Binary | 10101000 | 100111 | 111110 | 0 | 1001101 | 111111 | 100010 | 101011101 | 111110 | 101001 |
Color Harmonies of #A8273E
Complementary color
Monochromatic Colors of #A8273E
Black with #A8273E
Text Example
Text Example
White with #A8273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8273E; }
p { color: rgb(168,39,62); }
H1.HeaderClassName
{
color: #A8273E;
}
.AnyTagClassName
{
color: #A8273E;
}
</style>
background-color css
<style>
a { background-color: #A8273E; }
a { background-color: rgb(168,39,62); }
div.DivClassName
{
background-color: #A8273E;
}
.BgClassName
{
background-color: #A8273E;
}
</style>
border-color css
<style>
span { border-color: #A8273E; }
span { border-color: rgb(168,39,62); }
td.TdClassName
{
border-color: #A8273E;
}
.TagClassName
{
border-color: #A8273E;
}
</style>