Shades of Guardsman Red #A0262E
Tints of Guardsman Red #A0262E
RGB
CMYK
RGB Variations
Color information
#A0262E (or 0xA0262E) is known color: Guardsman Red. HEX triplet: A0, 26 and 2E. RGB value is (160,38,46). Sum of RGB (Red+Green+Blue) = 160+38+46=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0262E is #5FD9D1. Grayscale: #4B4B4B. Windows color (decimal): -6281682 or 3024544. OLE color: 3024544.
HSL color Cylindrical-coordinate representation of color #A0262E: hue angle of 356.07º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0262E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 46 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.37 |
| HSL | 356.07º | 0.62% | 0.39% | - |
| HSV(B) | 356.07º | 0.76% | 0.63% | - |
| XYZ | 15.68 | 9.06 | 3.51 | - |
| YUV | 75.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 46 | 0 | 0.76 | 0.71 | 0.37 | 356.07 | 0.62 | 0.39 |
| Hex | A0 | 26 | 2E | 0 | 4C | 47 | 25 | 164 | 3E | 27 |
| Octal | 240 | 46 | 56 | 0 | 114 | 107 | 45 | 544 | 76 | 47 |
| Binary | 10100000 | 100110 | 101110 | 0 | 1001100 | 1000111 | 100101 | 101100100 | 111110 | 100111 |
Color Harmonies of #A0262E
Complementary color
Monochromatic Colors of #A0262E
Black with #A0262E
Text Example
Text Example
White with #A0262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0262E; }
p { color: rgb(160,38,46); }
H1.HeaderClassName
{
color: #A0262E;
}
.AnyTagClassName
{
color: #A0262E;
}
</style>
background-color css
<style>
a { background-color: #A0262E; }
a { background-color: rgb(160,38,46); }
div.DivClassName
{
background-color: #A0262E;
}
.BgClassName
{
background-color: #A0262E;
}
</style>
border-color css
<style>
span { border-color: #A0262E; }
span { border-color: rgb(160,38,46); }
td.TdClassName
{
border-color: #A0262E;
}
.TagClassName
{
border-color: #A0262E;
}
</style>