Shades of Guardsman Red #A8273C
Tints of Guardsman Red #A8273C
RGB
CMYK
RGB Variations
Color information
#A8273C (or 0xA8273C) is known color: Guardsman Red. HEX triplet: A8, 27 and 3C. RGB value is (168,39,60). Sum of RGB (Red+Green+Blue) = 168+39+60=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273C is #57D8C3. Grayscale: #505050. Windows color (decimal): -5757124 or 3942312. OLE color: 3942312.
HSL color Cylindrical-coordinate representation of color #A8273C: hue angle of 350.23º 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 #A8273C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 60 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.34 |
| HSL | 350.23º | 0.62% | 0.41% | - |
| HSV(B) | 350.23º | 0.77% | 0.66% | - |
| XYZ | 17.69 | 10.1 | 5.29 | - |
| YUV | 79.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 60 | 0 | 0.77 | 0.64 | 0.34 | 350.23 | 0.62 | 0.41 |
| Hex | A8 | 27 | 3C | 0 | 4D | 40 | 22 | 15E | 3E | 29 |
| Octal | 250 | 47 | 74 | 0 | 115 | 100 | 42 | 536 | 76 | 51 |
| Binary | 10101000 | 100111 | 111100 | 0 | 1001101 | 1000000 | 100010 | 101011110 | 111110 | 101001 |
Color Harmonies of #A8273C
Complementary color
Monochromatic Colors of #A8273C
Black with #A8273C
Text Example
Text Example
White with #A8273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8273C; }
p { color: rgb(168,39,60); }
H1.HeaderClassName
{
color: #A8273C;
}
.AnyTagClassName
{
color: #A8273C;
}
</style>
background-color css
<style>
a { background-color: #A8273C; }
a { background-color: rgb(168,39,60); }
div.DivClassName
{
background-color: #A8273C;
}
.BgClassName
{
background-color: #A8273C;
}
</style>
border-color css
<style>
span { border-color: #A8273C; }
span { border-color: rgb(168,39,60); }
td.TdClassName
{
border-color: #A8273C;
}
.TagClassName
{
border-color: #A8273C;
}
</style>