Shades of Guardsman Red #A13335
Tints of Guardsman Red #A13335
RGB
CMYK
RGB Variations
Color information
#A13335 (or 0xA13335) is known color: Guardsman Red. HEX triplet: A1, 33 and 35. RGB value is (161,51,53). Sum of RGB (Red+Green+Blue) = 161+51+53=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A13335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13335 is #5ECCCA. Grayscale: #545454. Windows color (decimal): -6212811 or 3486625. OLE color: 3486625.
HSL color Cylindrical-coordinate representation of color #A13335: hue angle of 358.91º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13335 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 53 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.37 |
| HSL | 358.91º | 0.52% | 0.42% | - |
| HSV(B) | 358.91º | 0.68% | 0.63% | - |
| XYZ | 16.52 | 10.2 | 4.47 | - |
| YUV | 84.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 53 | 0 | 0.68 | 0.67 | 0.37 | 358.91 | 0.52 | 0.42 |
| Hex | A1 | 33 | 35 | 0 | 44 | 43 | 25 | 167 | 34 | 2A |
| Octal | 241 | 63 | 65 | 0 | 104 | 103 | 45 | 547 | 64 | 52 |
| Binary | 10100001 | 110011 | 110101 | 0 | 1000100 | 1000011 | 100101 | 101100111 | 110100 | 101010 |
Color Harmonies of #A13335
Complementary color
Monochromatic Colors of #A13335
Black with #A13335
Text Example
Text Example
White with #A13335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13335; }
p { color: rgb(161,51,53); }
H1.HeaderClassName
{
color: #A13335;
}
.AnyTagClassName
{
color: #A13335;
}
</style>
background-color css
<style>
a { background-color: #A13335; }
a { background-color: rgb(161,51,53); }
div.DivClassName
{
background-color: #A13335;
}
.BgClassName
{
background-color: #A13335;
}
</style>
border-color css
<style>
span { border-color: #A13335; }
span { border-color: rgb(161,51,53); }
td.TdClassName
{
border-color: #A13335;
}
.TagClassName
{
border-color: #A13335;
}
</style>