Shades of Guardsman Red #A4323C
Tints of Guardsman Red #A4323C
RGB
CMYK
RGB Variations
Color information
#A4323C (or 0xA4323C) is known color: Guardsman Red. HEX triplet: A4, 32 and 3C. RGB value is (164,50,60). Sum of RGB (Red+Green+Blue) = 164+50+60=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4323C is #5BCDC3. Grayscale: #555555. Windows color (decimal): -6016452 or 3945124. OLE color: 3945124.
HSL color Cylindrical-coordinate representation of color #A4323C: hue angle of 354.74º 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 #A4323C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 60 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.36 |
| HSL | 354.74º | 0.53% | 0.42% | - |
| HSV(B) | 354.74º | 0.7% | 0.64% | - |
| XYZ | 17.27 | 10.5 | 5.39 | - |
| YUV | 85.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 60 | 0 | 0.70 | 0.63 | 0.36 | 354.74 | 0.53 | 0.42 |
| Hex | A4 | 32 | 3C | 0 | 46 | 3F | 24 | 163 | 35 | 2A |
| Octal | 244 | 62 | 74 | 0 | 106 | 77 | 44 | 543 | 65 | 52 |
| Binary | 10100100 | 110010 | 111100 | 0 | 1000110 | 111111 | 100100 | 101100011 | 110101 | 101010 |
Color Harmonies of #A4323C
Complementary color
Monochromatic Colors of #A4323C
Black with #A4323C
Text Example
Text Example
White with #A4323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4323C; }
p { color: rgb(164,50,60); }
H1.HeaderClassName
{
color: #A4323C;
}
.AnyTagClassName
{
color: #A4323C;
}
</style>
background-color css
<style>
a { background-color: #A4323C; }
a { background-color: rgb(164,50,60); }
div.DivClassName
{
background-color: #A4323C;
}
.BgClassName
{
background-color: #A4323C;
}
</style>
border-color css
<style>
span { border-color: #A4323C; }
span { border-color: rgb(164,50,60); }
td.TdClassName
{
border-color: #A4323C;
}
.TagClassName
{
border-color: #A4323C;
}
</style>