Shades of Guardsman Red #A32631
Tints of Guardsman Red #A32631
RGB
CMYK
RGB Variations
Color information
#A32631 (or 0xA32631) is known color: Guardsman Red. HEX triplet: A3, 26 and 31. RGB value is (163,38,49). Sum of RGB (Red+Green+Blue) = 163+38+49=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A32631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32631 is #5CD9CE. Grayscale: #4C4C4C. Windows color (decimal): -6085071 or 3221155. OLE color: 3221155.
HSL color Cylindrical-coordinate representation of color #A32631: hue angle of 354.72º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32631 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 49 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.36 |
| HSL | 354.72º | 0.62% | 0.39% | - |
| HSV(B) | 354.72º | 0.77% | 0.64% | - |
| XYZ | 16.35 | 9.39 | 3.86 | - |
| YUV | 76.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 49 | 0 | 0.77 | 0.70 | 0.36 | 354.72 | 0.62 | 0.39 |
| Hex | A3 | 26 | 31 | 0 | 4D | 46 | 24 | 163 | 3E | 27 |
| Octal | 243 | 46 | 61 | 0 | 115 | 106 | 44 | 543 | 76 | 47 |
| Binary | 10100011 | 100110 | 110001 | 0 | 1001101 | 1000110 | 100100 | 101100011 | 111110 | 100111 |
Color Harmonies of #A32631
Complementary color
Monochromatic Colors of #A32631
Black with #A32631
Text Example
Text Example
White with #A32631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32631; }
p { color: rgb(163,38,49); }
H1.HeaderClassName
{
color: #A32631;
}
.AnyTagClassName
{
color: #A32631;
}
</style>
background-color css
<style>
a { background-color: #A32631; }
a { background-color: rgb(163,38,49); }
div.DivClassName
{
background-color: #A32631;
}
.BgClassName
{
background-color: #A32631;
}
</style>
border-color css
<style>
span { border-color: #A32631; }
span { border-color: rgb(163,38,49); }
td.TdClassName
{
border-color: #A32631;
}
.TagClassName
{
border-color: #A32631;
}
</style>