Shades of Guardsman Red #A33136
Tints of Guardsman Red #A33136
RGB
CMYK
RGB Variations
Color information
#A33136 (or 0xA33136) is known color: Guardsman Red. HEX triplet: A3, 31 and 36. RGB value is (163,49,54). Sum of RGB (Red+Green+Blue) = 163+49+54=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A33136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33136 is #5CCEC9. Grayscale: #535353. Windows color (decimal): -6082250 or 3551651. OLE color: 3551651.
HSL color Cylindrical-coordinate representation of color #A33136: hue angle of 357.37º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33136 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 54 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.36 |
| HSL | 357.37º | 0.54% | 0.42% | - |
| HSV(B) | 357.37º | 0.7% | 0.64% | - |
| XYZ | 16.87 | 10.25 | 4.58 | - |
| YUV | 83.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 54 | 0 | 0.70 | 0.67 | 0.36 | 357.37 | 0.54 | 0.42 |
| Hex | A3 | 31 | 36 | 0 | 46 | 43 | 24 | 165 | 36 | 2A |
| Octal | 243 | 61 | 66 | 0 | 106 | 103 | 44 | 545 | 66 | 52 |
| Binary | 10100011 | 110001 | 110110 | 0 | 1000110 | 1000011 | 100100 | 101100101 | 110110 | 101010 |
Color Harmonies of #A33136
Complementary color
Monochromatic Colors of #A33136
Black with #A33136
Text Example
Text Example
White with #A33136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33136; }
p { color: rgb(163,49,54); }
H1.HeaderClassName
{
color: #A33136;
}
.AnyTagClassName
{
color: #A33136;
}
</style>
background-color css
<style>
a { background-color: #A33136; }
a { background-color: rgb(163,49,54); }
div.DivClassName
{
background-color: #A33136;
}
.BgClassName
{
background-color: #A33136;
}
</style>
border-color css
<style>
span { border-color: #A33136; }
span { border-color: rgb(163,49,54); }
td.TdClassName
{
border-color: #A33136;
}
.TagClassName
{
border-color: #A33136;
}
</style>