Shades of Guardsman Red #A1303B
Tints of Guardsman Red #A1303B
RGB
CMYK
RGB Variations
Color information
#A1303B (or 0xA1303B) is known color: Guardsman Red. HEX triplet: A1, 30 and 3B. RGB value is (161,48,59). Sum of RGB (Red+Green+Blue) = 161+48+59=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A1303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1303B is #5ECFC4. Grayscale: #535353. Windows color (decimal): -6213573 or 3879073. OLE color: 3879073.
HSL color Cylindrical-coordinate representation of color #A1303B: hue angle of 354.16º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1303B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 59 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.37 |
| HSL | 354.16º | 0.54% | 0.41% | - |
| HSV(B) | 354.16º | 0.7% | 0.63% | - |
| XYZ | 16.54 | 10.01 | 5.2 | - |
| YUV | 83.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 59 | 0 | 0.70 | 0.63 | 0.37 | 354.16 | 0.54 | 0.41 |
| Hex | A1 | 30 | 3B | 0 | 46 | 3F | 25 | 162 | 36 | 29 |
| Octal | 241 | 60 | 73 | 0 | 106 | 77 | 45 | 542 | 66 | 51 |
| Binary | 10100001 | 110000 | 111011 | 0 | 1000110 | 111111 | 100101 | 101100010 | 110110 | 101001 |
Color Harmonies of #A1303B
Complementary color
Monochromatic Colors of #A1303B
Black with #A1303B
Text Example
Text Example
White with #A1303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1303B; }
p { color: rgb(161,48,59); }
H1.HeaderClassName
{
color: #A1303B;
}
.AnyTagClassName
{
color: #A1303B;
}
</style>
background-color css
<style>
a { background-color: #A1303B; }
a { background-color: rgb(161,48,59); }
div.DivClassName
{
background-color: #A1303B;
}
.BgClassName
{
background-color: #A1303B;
}
</style>
border-color css
<style>
span { border-color: #A1303B; }
span { border-color: rgb(161,48,59); }
td.TdClassName
{
border-color: #A1303B;
}
.TagClassName
{
border-color: #A1303B;
}
</style>