Shades of Guardsman Red #A4333B
Tints of Guardsman Red #A4333B
RGB
CMYK
RGB Variations
Color information
#A4333B (or 0xA4333B) is known color: Guardsman Red. HEX triplet: A4, 33 and 3B. RGB value is (164,51,59). Sum of RGB (Red+Green+Blue) = 164+51+59=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4333B is #5BCCC4. Grayscale: #555555. Windows color (decimal): -6016197 or 3879844. OLE color: 3879844.
HSL color Cylindrical-coordinate representation of color #A4333B: hue angle of 355.75º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4333B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 59 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.36 |
| HSL | 355.75º | 0.53% | 0.42% | - |
| HSV(B) | 355.75º | 0.69% | 0.64% | - |
| XYZ | 17.28 | 10.58 | 5.27 | - |
| YUV | 85.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 59 | 0 | 0.69 | 0.64 | 0.36 | 355.75 | 0.53 | 0.42 |
| Hex | A4 | 33 | 3B | 0 | 45 | 40 | 24 | 164 | 35 | 2A |
| Octal | 244 | 63 | 73 | 0 | 105 | 100 | 44 | 544 | 65 | 52 |
| Binary | 10100100 | 110011 | 111011 | 0 | 1000101 | 1000000 | 100100 | 101100100 | 110101 | 101010 |
Color Harmonies of #A4333B
Complementary color
Monochromatic Colors of #A4333B
Black with #A4333B
Text Example
Text Example
White with #A4333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4333B; }
p { color: rgb(164,51,59); }
H1.HeaderClassName
{
color: #A4333B;
}
.AnyTagClassName
{
color: #A4333B;
}
</style>
background-color css
<style>
a { background-color: #A4333B; }
a { background-color: rgb(164,51,59); }
div.DivClassName
{
background-color: #A4333B;
}
.BgClassName
{
background-color: #A4333B;
}
</style>
border-color css
<style>
span { border-color: #A4333B; }
span { border-color: rgb(164,51,59); }
td.TdClassName
{
border-color: #A4333B;
}
.TagClassName
{
border-color: #A4333B;
}
</style>