Shades of Guardsman Red #A4353A
Tints of Guardsman Red #A4353A
RGB
CMYK
RGB Variations
Color information
#A4353A (or 0xA4353A) is known color: Guardsman Red. HEX triplet: A4, 35 and 3A. RGB value is (164,53,58). Sum of RGB (Red+Green+Blue) = 164+53+58=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4353A is #5BCAC5. Grayscale: #565656. Windows color (decimal): -6015686 or 3814820. OLE color: 3814820.
HSL color Cylindrical-coordinate representation of color #A4353A: hue angle of 357.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4353A is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 58 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.36 |
| HSL | 357.3º | 0.51% | 0.43% | - |
| HSV(B) | 357.3º | 0.68% | 0.64% | - |
| XYZ | 17.35 | 10.74 | 5.16 | - |
| YUV | 86.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 58 | 0 | 0.68 | 0.65 | 0.36 | 357.3 | 0.51 | 0.43 |
| Hex | A4 | 35 | 3A | 0 | 44 | 41 | 24 | 165 | 33 | 2B |
| Octal | 244 | 65 | 72 | 0 | 104 | 101 | 44 | 545 | 63 | 53 |
| Binary | 10100100 | 110101 | 111010 | 0 | 1000100 | 1000001 | 100100 | 101100101 | 110011 | 101011 |
Color Harmonies of #A4353A
Complementary color
Monochromatic Colors of #A4353A
Black with #A4353A
Text Example
Text Example
White with #A4353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4353A; }
p { color: rgb(164,53,58); }
H1.HeaderClassName
{
color: #A4353A;
}
.AnyTagClassName
{
color: #A4353A;
}
</style>
background-color css
<style>
a { background-color: #A4353A; }
a { background-color: rgb(164,53,58); }
div.DivClassName
{
background-color: #A4353A;
}
.BgClassName
{
background-color: #A4353A;
}
</style>
border-color css
<style>
span { border-color: #A4353A; }
span { border-color: rgb(164,53,58); }
td.TdClassName
{
border-color: #A4353A;
}
.TagClassName
{
border-color: #A4353A;
}
</style>