Shades of Guardsman Red #A43439
Tints of Guardsman Red #A43439
RGB
CMYK
RGB Variations
Color information
#A43439 (or 0xA43439) is known color: Guardsman Red. HEX triplet: A4, 34 and 39. RGB value is (164,52,57). Sum of RGB (Red+Green+Blue) = 164+52+57=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A43439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43439 is #5BCBC6. Grayscale: #565656. Windows color (decimal): -6015943 or 3749028. OLE color: 3749028.
HSL color Cylindrical-coordinate representation of color #A43439: hue angle of 357.32º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43439 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 57 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.36 |
| HSL | 357.32º | 0.52% | 0.42% | - |
| HSV(B) | 357.32º | 0.68% | 0.64% | - |
| XYZ | 17.28 | 10.64 | 5.01 | - |
| YUV | 86.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 57 | 0 | 0.68 | 0.65 | 0.36 | 357.32 | 0.52 | 0.42 |
| Hex | A4 | 34 | 39 | 0 | 44 | 41 | 24 | 165 | 34 | 2A |
| Octal | 244 | 64 | 71 | 0 | 104 | 101 | 44 | 545 | 64 | 52 |
| Binary | 10100100 | 110100 | 111001 | 0 | 1000100 | 1000001 | 100100 | 101100101 | 110100 | 101010 |
Color Harmonies of #A43439
Complementary color
Monochromatic Colors of #A43439
Black with #A43439
Text Example
Text Example
White with #A43439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43439; }
p { color: rgb(164,52,57); }
H1.HeaderClassName
{
color: #A43439;
}
.AnyTagClassName
{
color: #A43439;
}
</style>
background-color css
<style>
a { background-color: #A43439; }
a { background-color: rgb(164,52,57); }
div.DivClassName
{
background-color: #A43439;
}
.BgClassName
{
background-color: #A43439;
}
</style>
border-color css
<style>
span { border-color: #A43439; }
span { border-color: rgb(164,52,57); }
td.TdClassName
{
border-color: #A43439;
}
.TagClassName
{
border-color: #A43439;
}
</style>