Shades of Guardsman Red #A3303F
Tints of Guardsman Red #A3303F
RGB
CMYK
RGB Variations
Color information
#A3303F (or 0xA3303F) is known color: Guardsman Red. HEX triplet: A3, 30 and 3F. RGB value is (163,48,63). Sum of RGB (Red+Green+Blue) = 163+48+63=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3303F is #5CCFC0. Grayscale: #545454. Windows color (decimal): -6082497 or 4141219. OLE color: 4141219.
HSL color Cylindrical-coordinate representation of color #A3303F: hue angle of 352.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3303F is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 63 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.36 |
| HSL | 352.17º | 0.55% | 0.41% | - |
| HSV(B) | 352.17º | 0.71% | 0.64% | - |
| XYZ | 17.06 | 10.26 | 5.78 | - |
| YUV | 84.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 63 | 0 | 0.71 | 0.61 | 0.36 | 352.17 | 0.55 | 0.41 |
| Hex | A3 | 30 | 3F | 0 | 47 | 3D | 24 | 160 | 37 | 29 |
| Octal | 243 | 60 | 77 | 0 | 107 | 75 | 44 | 540 | 67 | 51 |
| Binary | 10100011 | 110000 | 111111 | 0 | 1000111 | 111101 | 100100 | 101100000 | 110111 | 101001 |
Color Harmonies of #A3303F
Complementary color
Monochromatic Colors of #A3303F
Black with #A3303F
Text Example
Text Example
White with #A3303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3303F; }
p { color: rgb(163,48,63); }
H1.HeaderClassName
{
color: #A3303F;
}
.AnyTagClassName
{
color: #A3303F;
}
</style>
background-color css
<style>
a { background-color: #A3303F; }
a { background-color: rgb(163,48,63); }
div.DivClassName
{
background-color: #A3303F;
}
.BgClassName
{
background-color: #A3303F;
}
</style>
border-color css
<style>
span { border-color: #A3303F; }
span { border-color: rgb(163,48,63); }
td.TdClassName
{
border-color: #A3303F;
}
.TagClassName
{
border-color: #A3303F;
}
</style>