Shades of Guardsman Red #A1363A
Tints of Guardsman Red #A1363A
RGB
CMYK
RGB Variations
Color information
#A1363A (or 0xA1363A) is known color: Guardsman Red. HEX triplet: A1, 36 and 3A. RGB value is (161,54,58). Sum of RGB (Red+Green+Blue) = 161+54+58=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1363A is #5EC9C5. Grayscale: #565656. Windows color (decimal): -6212038 or 3815073. OLE color: 3815073.
HSL color Cylindrical-coordinate representation of color #A1363A: hue angle of 357.76º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1363A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 58 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.37 |
| HSL | 357.76º | 0.5% | 0.42% | - |
| HSV(B) | 357.76º | 0.66% | 0.63% | - |
| XYZ | 16.78 | 10.52 | 5.15 | - |
| YUV | 86.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 58 | 0 | 0.66 | 0.64 | 0.37 | 357.76 | 0.5 | 0.42 |
| Hex | A1 | 36 | 3A | 0 | 42 | 40 | 25 | 166 | 32 | 2A |
| Octal | 241 | 66 | 72 | 0 | 102 | 100 | 45 | 546 | 62 | 52 |
| Binary | 10100001 | 110110 | 111010 | 0 | 1000010 | 1000000 | 100101 | 101100110 | 110010 | 101010 |
Color Harmonies of #A1363A
Complementary color
Monochromatic Colors of #A1363A
Black with #A1363A
Text Example
Text Example
White with #A1363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1363A; }
p { color: rgb(161,54,58); }
H1.HeaderClassName
{
color: #A1363A;
}
.AnyTagClassName
{
color: #A1363A;
}
</style>
background-color css
<style>
a { background-color: #A1363A; }
a { background-color: rgb(161,54,58); }
div.DivClassName
{
background-color: #A1363A;
}
.BgClassName
{
background-color: #A1363A;
}
</style>
border-color css
<style>
span { border-color: #A1363A; }
span { border-color: rgb(161,54,58); }
td.TdClassName
{
border-color: #A1363A;
}
.TagClassName
{
border-color: #A1363A;
}
</style>