Shades of Guardsman Red #A43234
Tints of Guardsman Red #A43234
RGB
CMYK
RGB Variations
Color information
#A43234 (or 0xA43234) is known color: Guardsman Red. HEX triplet: A4, 32 and 34. RGB value is (164,50,52). Sum of RGB (Red+Green+Blue) = 164+50+52=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A43234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43234 is #5BCDCB. Grayscale: #545454. Windows color (decimal): -6016460 or 3420836. OLE color: 3420836.
HSL color Cylindrical-coordinate representation of color #A43234: hue angle of 358.95º 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 #A43234 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 52 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.36 |
| HSL | 358.95º | 0.53% | 0.42% | - |
| HSV(B) | 358.95º | 0.7% | 0.64% | - |
| XYZ | 17.07 | 10.42 | 4.36 | - |
| YUV | 84.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 52 | 0 | 0.70 | 0.68 | 0.36 | 358.95 | 0.53 | 0.42 |
| Hex | A4 | 32 | 34 | 0 | 46 | 44 | 24 | 167 | 35 | 2A |
| Octal | 244 | 62 | 64 | 0 | 106 | 104 | 44 | 547 | 65 | 52 |
| Binary | 10100100 | 110010 | 110100 | 0 | 1000110 | 1000100 | 100100 | 101100111 | 110101 | 101010 |
Color Harmonies of #A43234
Complementary color
Monochromatic Colors of #A43234
Black with #A43234
Text Example
Text Example
White with #A43234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43234; }
p { color: rgb(164,50,52); }
H1.HeaderClassName
{
color: #A43234;
}
.AnyTagClassName
{
color: #A43234;
}
</style>
background-color css
<style>
a { background-color: #A43234; }
a { background-color: rgb(164,50,52); }
div.DivClassName
{
background-color: #A43234;
}
.BgClassName
{
background-color: #A43234;
}
</style>
border-color css
<style>
span { border-color: #A43234; }
span { border-color: rgb(164,50,52); }
td.TdClassName
{
border-color: #A43234;
}
.TagClassName
{
border-color: #A43234;
}
</style>