Shades of Guardsman Red #A4323D
Tints of Guardsman Red #A4323D
RGB
CMYK
RGB Variations
Color information
#A4323D (or 0xA4323D) is known color: Guardsman Red. HEX triplet: A4, 32 and 3D. RGB value is (164,50,61). Sum of RGB (Red+Green+Blue) = 164+50+61=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4323D is #5BCDC2. Grayscale: #555555. Windows color (decimal): -6016451 or 4010660. OLE color: 4010660.
HSL color Cylindrical-coordinate representation of color #A4323D: hue angle of 354.21º degrees, saturation: 0.53, 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 #A4323D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 61 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.36 |
| HSL | 354.21º | 0.53% | 0.42% | - |
| HSV(B) | 354.21º | 0.7% | 0.64% | - |
| XYZ | 17.29 | 10.51 | 5.53 | - |
| YUV | 85.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 61 | 0 | 0.70 | 0.63 | 0.36 | 354.21 | 0.53 | 0.42 |
| Hex | A4 | 32 | 3D | 0 | 46 | 3F | 24 | 162 | 35 | 2A |
| Octal | 244 | 62 | 75 | 0 | 106 | 77 | 44 | 542 | 65 | 52 |
| Binary | 10100100 | 110010 | 111101 | 0 | 1000110 | 111111 | 100100 | 101100010 | 110101 | 101010 |
Color Harmonies of #A4323D
Complementary color
Monochromatic Colors of #A4323D
Black with #A4323D
Text Example
Text Example
White with #A4323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4323D; }
p { color: rgb(164,50,61); }
H1.HeaderClassName
{
color: #A4323D;
}
.AnyTagClassName
{
color: #A4323D;
}
</style>
background-color css
<style>
a { background-color: #A4323D; }
a { background-color: rgb(164,50,61); }
div.DivClassName
{
background-color: #A4323D;
}
.BgClassName
{
background-color: #A4323D;
}
</style>
border-color css
<style>
span { border-color: #A4323D; }
span { border-color: rgb(164,50,61); }
td.TdClassName
{
border-color: #A4323D;
}
.TagClassName
{
border-color: #A4323D;
}
</style>