Shades of Guardsman Red #A4323B
Tints of Guardsman Red #A4323B
RGB
CMYK
RGB Variations
Color information
#A4323B (or 0xA4323B) is known color: Guardsman Red. HEX triplet: A4, 32 and 3B. RGB value is (164,50,59). Sum of RGB (Red+Green+Blue) = 164+50+59=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4323B is #5BCDC4. Grayscale: #555555. Windows color (decimal): -6016453 or 3879588. OLE color: 3879588.
HSL color Cylindrical-coordinate representation of color #A4323B: hue angle of 355.26º 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 #A4323B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 59 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.36 |
| HSL | 355.26º | 0.53% | 0.42% | - |
| HSV(B) | 355.26º | 0.7% | 0.64% | - |
| XYZ | 17.24 | 10.49 | 5.25 | - |
| YUV | 85.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 59 | 0 | 0.70 | 0.64 | 0.36 | 355.26 | 0.53 | 0.42 |
| Hex | A4 | 32 | 3B | 0 | 46 | 40 | 24 | 163 | 35 | 2A |
| Octal | 244 | 62 | 73 | 0 | 106 | 100 | 44 | 543 | 65 | 52 |
| Binary | 10100100 | 110010 | 111011 | 0 | 1000110 | 1000000 | 100100 | 101100011 | 110101 | 101010 |
Color Harmonies of #A4323B
Complementary color
Monochromatic Colors of #A4323B
Black with #A4323B
Text Example
Text Example
White with #A4323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4323B; }
p { color: rgb(164,50,59); }
H1.HeaderClassName
{
color: #A4323B;
}
.AnyTagClassName
{
color: #A4323B;
}
</style>
background-color css
<style>
a { background-color: #A4323B; }
a { background-color: rgb(164,50,59); }
div.DivClassName
{
background-color: #A4323B;
}
.BgClassName
{
background-color: #A4323B;
}
</style>
border-color css
<style>
span { border-color: #A4323B; }
span { border-color: rgb(164,50,59); }
td.TdClassName
{
border-color: #A4323B;
}
.TagClassName
{
border-color: #A4323B;
}
</style>