Shades of Guardsman Red #A4303B
Tints of Guardsman Red #A4303B
RGB
CMYK
RGB Variations
Color information
#A4303B (or 0xA4303B) is known color: Guardsman Red. HEX triplet: A4, 30 and 3B. RGB value is (164,48,59). Sum of RGB (Red+Green+Blue) = 164+48+59=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A4303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4303B is #5BCFC4. Grayscale: #545454. Windows color (decimal): -6016965 or 3879076. OLE color: 3879076.
HSL color Cylindrical-coordinate representation of color #A4303B: hue angle of 354.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4303B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 59 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.36 |
| HSL | 354.31º | 0.55% | 0.42% | - |
| HSV(B) | 354.31º | 0.71% | 0.64% | - |
| XYZ | 17.16 | 10.32 | 5.23 | - |
| YUV | 83.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 59 | 0 | 0.71 | 0.64 | 0.36 | 354.31 | 0.55 | 0.42 |
| Hex | A4 | 30 | 3B | 0 | 47 | 40 | 24 | 162 | 37 | 2A |
| Octal | 244 | 60 | 73 | 0 | 107 | 100 | 44 | 542 | 67 | 52 |
| Binary | 10100100 | 110000 | 111011 | 0 | 1000111 | 1000000 | 100100 | 101100010 | 110111 | 101010 |
Color Harmonies of #A4303B
Complementary color
Monochromatic Colors of #A4303B
Black with #A4303B
Text Example
Text Example
White with #A4303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4303B; }
p { color: rgb(164,48,59); }
H1.HeaderClassName
{
color: #A4303B;
}
.AnyTagClassName
{
color: #A4303B;
}
</style>
background-color css
<style>
a { background-color: #A4303B; }
a { background-color: rgb(164,48,59); }
div.DivClassName
{
background-color: #A4303B;
}
.BgClassName
{
background-color: #A4303B;
}
</style>
border-color css
<style>
span { border-color: #A4303B; }
span { border-color: rgb(164,48,59); }
td.TdClassName
{
border-color: #A4303B;
}
.TagClassName
{
border-color: #A4303B;
}
</style>