Shades of Guardsman Red #A9263D
Tints of Guardsman Red #A9263D
RGB
CMYK
RGB Variations
Color information
#A9263D (or 0xA9263D) is known color: Guardsman Red. HEX triplet: A9, 26 and 3D. RGB value is (169,38,61). Sum of RGB (Red+Green+Blue) = 169+38+61=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9263D is #56D9C2. Grayscale: #4F4F4F. Windows color (decimal): -5691843 or 4007593. OLE color: 4007593.
HSL color Cylindrical-coordinate representation of color #A9263D: hue angle of 349.47º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9263D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 61 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.34 |
| HSL | 349.47º | 0.63% | 0.41% | - |
| HSV(B) | 349.47º | 0.78% | 0.66% | - |
| XYZ | 17.9 | 10.16 | 5.43 | - |
| YUV | 79.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 61 | 0 | 0.78 | 0.64 | 0.34 | 349.47 | 0.63 | 0.41 |
| Hex | A9 | 26 | 3D | 0 | 4E | 40 | 22 | 15D | 3F | 29 |
| Octal | 251 | 46 | 75 | 0 | 116 | 100 | 42 | 535 | 77 | 51 |
| Binary | 10101001 | 100110 | 111101 | 0 | 1001110 | 1000000 | 100010 | 101011101 | 111111 | 101001 |
Color Harmonies of #A9263D
Complementary color
Monochromatic Colors of #A9263D
Black with #A9263D
Text Example
Text Example
White with #A9263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9263D; }
p { color: rgb(169,38,61); }
H1.HeaderClassName
{
color: #A9263D;
}
.AnyTagClassName
{
color: #A9263D;
}
</style>
background-color css
<style>
a { background-color: #A9263D; }
a { background-color: rgb(169,38,61); }
div.DivClassName
{
background-color: #A9263D;
}
.BgClassName
{
background-color: #A9263D;
}
</style>
border-color css
<style>
span { border-color: #A9263D; }
span { border-color: rgb(169,38,61); }
td.TdClassName
{
border-color: #A9263D;
}
.TagClassName
{
border-color: #A9263D;
}
</style>