Shades of Guardsman Red #A8273F
Tints of Guardsman Red #A8273F
RGB
CMYK
RGB Variations
Color information
#A8273F (or 0xA8273F) is known color: Guardsman Red. HEX triplet: A8, 27 and 3F. RGB value is (168,39,63). Sum of RGB (Red+Green+Blue) = 168+39+63=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273F is #57D8C0. Grayscale: #505050. Windows color (decimal): -5757121 or 4138920. OLE color: 4138920.
HSL color Cylindrical-coordinate representation of color #A8273F: hue angle of 348.84º 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 #A8273F is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 63 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.34 |
| HSL | 348.84º | 0.62% | 0.41% | - |
| HSV(B) | 348.84º | 0.77% | 0.66% | - |
| XYZ | 17.77 | 10.13 | 5.72 | - |
| YUV | 80.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 63 | 0 | 0.77 | 0.63 | 0.34 | 348.84 | 0.62 | 0.41 |
| Hex | A8 | 27 | 3F | 0 | 4D | 3F | 22 | 15D | 3E | 29 |
| Octal | 250 | 47 | 77 | 0 | 115 | 77 | 42 | 535 | 76 | 51 |
| Binary | 10101000 | 100111 | 111111 | 0 | 1001101 | 111111 | 100010 | 101011101 | 111110 | 101001 |
Color Harmonies of #A8273F
Complementary color
Monochromatic Colors of #A8273F
Black with #A8273F
Text Example
Text Example
White with #A8273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8273F; }
p { color: rgb(168,39,63); }
H1.HeaderClassName
{
color: #A8273F;
}
.AnyTagClassName
{
color: #A8273F;
}
</style>
background-color css
<style>
a { background-color: #A8273F; }
a { background-color: rgb(168,39,63); }
div.DivClassName
{
background-color: #A8273F;
}
.BgClassName
{
background-color: #A8273F;
}
</style>
border-color css
<style>
span { border-color: #A8273F; }
span { border-color: rgb(168,39,63); }
td.TdClassName
{
border-color: #A8273F;
}
.TagClassName
{
border-color: #A8273F;
}
</style>