Shades of Guardsman Red #A32627
Tints of Guardsman Red #A32627
RGB
CMYK
RGB Variations
Color information
#A32627 (or 0xA32627) is known color: Guardsman Red. HEX triplet: A3, 26 and 27. RGB value is (163,38,39). Sum of RGB (Red+Green+Blue) = 163+38+39=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32627 is #5CD9D8. Grayscale: #4B4B4B. Windows color (decimal): -6085081 or 2565795. OLE color: 2565795.
HSL color Cylindrical-coordinate representation of color #A32627: hue angle of 359.52º 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 #A32627 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 39 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.36 |
| HSL | 359.52º | 0.62% | 0.39% | - |
| HSV(B) | 359.52º | 0.77% | 0.64% | - |
| XYZ | 16.16 | 9.32 | 2.87 | - |
| YUV | 75.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 39 | 0 | 0.77 | 0.76 | 0.36 | 359.52 | 0.62 | 0.39 |
| Hex | A3 | 26 | 27 | 0 | 4D | 4C | 24 | 168 | 3E | 27 |
| Octal | 243 | 46 | 47 | 0 | 115 | 114 | 44 | 550 | 76 | 47 |
| Binary | 10100011 | 100110 | 100111 | 0 | 1001101 | 1001100 | 100100 | 101101000 | 111110 | 100111 |
Color Harmonies of #A32627
Complementary color
Monochromatic Colors of #A32627
Black with #A32627
Text Example
Text Example
White with #A32627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32627; }
p { color: rgb(163,38,39); }
H1.HeaderClassName
{
color: #A32627;
}
.AnyTagClassName
{
color: #A32627;
}
</style>
background-color css
<style>
a { background-color: #A32627; }
a { background-color: rgb(163,38,39); }
div.DivClassName
{
background-color: #A32627;
}
.BgClassName
{
background-color: #A32627;
}
</style>
border-color css
<style>
span { border-color: #A32627; }
span { border-color: rgb(163,38,39); }
td.TdClassName
{
border-color: #A32627;
}
.TagClassName
{
border-color: #A32627;
}
</style>