Shades of Guardsman Red #A0262B
Tints of Guardsman Red #A0262B
RGB
CMYK
RGB Variations
Color information
#A0262B (or 0xA0262B) is known color: Guardsman Red. HEX triplet: A0, 26 and 2B. RGB value is (160,38,43). Sum of RGB (Red+Green+Blue) = 160+38+43=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0262B is #5FD9D4. Grayscale: #4B4B4B. Windows color (decimal): -6281685 or 2827936. OLE color: 2827936.
HSL color Cylindrical-coordinate representation of color #A0262B: hue angle of 357.54º 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 #A0262B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 43 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.37 |
| HSL | 357.54º | 0.62% | 0.39% | - |
| HSV(B) | 357.54º | 0.76% | 0.63% | - |
| XYZ | 15.63 | 9.03 | 3.21 | - |
| YUV | 75.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 43 | 0 | 0.76 | 0.73 | 0.37 | 357.54 | 0.62 | 0.39 |
| Hex | A0 | 26 | 2B | 0 | 4C | 49 | 25 | 166 | 3E | 27 |
| Octal | 240 | 46 | 53 | 0 | 114 | 111 | 45 | 546 | 76 | 47 |
| Binary | 10100000 | 100110 | 101011 | 0 | 1001100 | 1001001 | 100101 | 101100110 | 111110 | 100111 |
Color Harmonies of #A0262B
Complementary color
Monochromatic Colors of #A0262B
Black with #A0262B
Text Example
Text Example
White with #A0262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0262B; }
p { color: rgb(160,38,43); }
H1.HeaderClassName
{
color: #A0262B;
}
.AnyTagClassName
{
color: #A0262B;
}
</style>
background-color css
<style>
a { background-color: #A0262B; }
a { background-color: rgb(160,38,43); }
div.DivClassName
{
background-color: #A0262B;
}
.BgClassName
{
background-color: #A0262B;
}
</style>
border-color css
<style>
span { border-color: #A0262B; }
span { border-color: rgb(160,38,43); }
td.TdClassName
{
border-color: #A0262B;
}
.TagClassName
{
border-color: #A0262B;
}
</style>