Shades of Guardsman Red #A3363F
Tints of Guardsman Red #A3363F
RGB
CMYK
RGB Variations
Color information
#A3363F (or 0xA3363F) is known color: Guardsman Red. HEX triplet: A3, 36 and 3F. RGB value is (163,54,63). Sum of RGB (Red+Green+Blue) = 163+54+63=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A3363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3363F is #5CC9C0. Grayscale: #575757. Windows color (decimal): -6080961 or 4142755. OLE color: 4142755.
HSL color Cylindrical-coordinate representation of color #A3363F: hue angle of 355.05º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3363F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 63 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.36 |
| HSL | 355.05º | 0.5% | 0.43% | - |
| HSV(B) | 355.05º | 0.67% | 0.64% | - |
| XYZ | 17.32 | 10.78 | 5.87 | - |
| YUV | 87.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 63 | 0 | 0.67 | 0.61 | 0.36 | 355.05 | 0.5 | 0.43 |
| Hex | A3 | 36 | 3F | 0 | 43 | 3D | 24 | 163 | 32 | 2B |
| Octal | 243 | 66 | 77 | 0 | 103 | 75 | 44 | 543 | 62 | 53 |
| Binary | 10100011 | 110110 | 111111 | 0 | 1000011 | 111101 | 100100 | 101100011 | 110010 | 101011 |
Color Harmonies of #A3363F
Complementary color
Monochromatic Colors of #A3363F
Black with #A3363F
Text Example
Text Example
White with #A3363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3363F; }
p { color: rgb(163,54,63); }
H1.HeaderClassName
{
color: #A3363F;
}
.AnyTagClassName
{
color: #A3363F;
}
</style>
background-color css
<style>
a { background-color: #A3363F; }
a { background-color: rgb(163,54,63); }
div.DivClassName
{
background-color: #A3363F;
}
.BgClassName
{
background-color: #A3363F;
}
</style>
border-color css
<style>
span { border-color: #A3363F; }
span { border-color: rgb(163,54,63); }
td.TdClassName
{
border-color: #A3363F;
}
.TagClassName
{
border-color: #A3363F;
}
</style>