Shades of Guardsman Red #A3373C
Tints of Guardsman Red #A3373C
RGB
CMYK
RGB Variations
Color information
#A3373C (or 0xA3373C) is known color: Guardsman Red. HEX triplet: A3, 37 and 3C. RGB value is (163,55,60). Sum of RGB (Red+Green+Blue) = 163+55+60=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3373C is #5CC8C3. Grayscale: #575757. Windows color (decimal): -6080708 or 3946403. OLE color: 3946403.
HSL color Cylindrical-coordinate representation of color #A3373C: hue angle of 357.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3373C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 60 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.36 |
| HSL | 357.22º | 0.5% | 0.43% | - |
| HSV(B) | 357.22º | 0.66% | 0.64% | - |
| XYZ | 17.29 | 10.85 | 5.46 | - |
| YUV | 87.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 60 | 0 | 0.66 | 0.63 | 0.36 | 357.22 | 0.5 | 0.43 |
| Hex | A3 | 37 | 3C | 0 | 42 | 3F | 24 | 165 | 32 | 2B |
| Octal | 243 | 67 | 74 | 0 | 102 | 77 | 44 | 545 | 62 | 53 |
| Binary | 10100011 | 110111 | 111100 | 0 | 1000010 | 111111 | 100100 | 101100101 | 110010 | 101011 |
Color Harmonies of #A3373C
Complementary color
Monochromatic Colors of #A3373C
Black with #A3373C
Text Example
Text Example
White with #A3373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3373C; }
p { color: rgb(163,55,60); }
H1.HeaderClassName
{
color: #A3373C;
}
.AnyTagClassName
{
color: #A3373C;
}
</style>
background-color css
<style>
a { background-color: #A3373C; }
a { background-color: rgb(163,55,60); }
div.DivClassName
{
background-color: #A3373C;
}
.BgClassName
{
background-color: #A3373C;
}
</style>
border-color css
<style>
span { border-color: #A3373C; }
span { border-color: rgb(163,55,60); }
td.TdClassName
{
border-color: #A3373C;
}
.TagClassName
{
border-color: #A3373C;
}
</style>