Shades of Guardsman Red #A43B3C
Tints of Guardsman Red #A43B3C
RGB
CMYK
RGB Variations
Color information
#A43B3C (or 0xA43B3C) is known color: Guardsman Red. HEX triplet: A4, 3B and 3C. RGB value is (164,59,60). Sum of RGB (Red+Green+Blue) = 164+59+60=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B3C is #5BC4C3. Grayscale: #5A5A5A. Windows color (decimal): -6014148 or 3947428. OLE color: 3947428.
HSL color Cylindrical-coordinate representation of color #A43B3C: hue angle of 359.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43B3C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 60 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.36 |
| HSL | 359.43º | 0.47% | 0.44% | - |
| HSV(B) | 359.43º | 0.64% | 0.64% | - |
| XYZ | 17.69 | 11.35 | 5.53 | - |
| YUV | 90.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 60 | 0 | 0.64 | 0.63 | 0.36 | 359.43 | 0.47 | 0.44 |
| Hex | A4 | 3B | 3C | 0 | 40 | 3F | 24 | 167 | 2F | 2C |
| Octal | 244 | 73 | 74 | 0 | 100 | 77 | 44 | 547 | 57 | 54 |
| Binary | 10100100 | 111011 | 111100 | 0 | 1000000 | 111111 | 100100 | 101100111 | 101111 | 101100 |
Color Harmonies of #A43B3C
Complementary color
Monochromatic Colors of #A43B3C
Black with #A43B3C
Text Example
Text Example
White with #A43B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B3C; }
p { color: rgb(164,59,60); }
H1.HeaderClassName
{
color: #A43B3C;
}
.AnyTagClassName
{
color: #A43B3C;
}
</style>
background-color css
<style>
a { background-color: #A43B3C; }
a { background-color: rgb(164,59,60); }
div.DivClassName
{
background-color: #A43B3C;
}
.BgClassName
{
background-color: #A43B3C;
}
</style>
border-color css
<style>
span { border-color: #A43B3C; }
span { border-color: rgb(164,59,60); }
td.TdClassName
{
border-color: #A43B3C;
}
.TagClassName
{
border-color: #A43B3C;
}
</style>