Shades of Guardsman Red #A9273B
Tints of Guardsman Red #A9273B
RGB
CMYK
RGB Variations
Color information
#A9273B (or 0xA9273B) is known color: Guardsman Red. HEX triplet: A9, 27 and 3B. RGB value is (169,39,59). Sum of RGB (Red+Green+Blue) = 169+39+59=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9273B is #56D8C4. Grayscale: #505050. Windows color (decimal): -5691589 or 3876777. OLE color: 3876777.
HSL color Cylindrical-coordinate representation of color #A9273B: hue angle of 350.77º 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 #A9273B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 59 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.34 |
| HSL | 350.77º | 0.63% | 0.41% | - |
| HSV(B) | 350.77º | 0.77% | 0.66% | - |
| XYZ | 17.88 | 10.2 | 5.16 | - |
| YUV | 80.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 59 | 0 | 0.77 | 0.65 | 0.34 | 350.77 | 0.63 | 0.41 |
| Hex | A9 | 27 | 3B | 0 | 4D | 41 | 22 | 15F | 3E | 29 |
| Octal | 251 | 47 | 73 | 0 | 115 | 101 | 42 | 537 | 76 | 51 |
| Binary | 10101001 | 100111 | 111011 | 0 | 1001101 | 1000001 | 100010 | 101011111 | 111110 | 101001 |
Color Harmonies of #A9273B
Complementary color
Monochromatic Colors of #A9273B
Black with #A9273B
Text Example
Text Example
White with #A9273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9273B; }
p { color: rgb(169,39,59); }
H1.HeaderClassName
{
color: #A9273B;
}
.AnyTagClassName
{
color: #A9273B;
}
</style>
background-color css
<style>
a { background-color: #A9273B; }
a { background-color: rgb(169,39,59); }
div.DivClassName
{
background-color: #A9273B;
}
.BgClassName
{
background-color: #A9273B;
}
</style>
border-color css
<style>
span { border-color: #A9273B; }
span { border-color: rgb(169,39,59); }
td.TdClassName
{
border-color: #A9273B;
}
.TagClassName
{
border-color: #A9273B;
}
</style>