Shades of Guardsman Red #A3333E
Tints of Guardsman Red #A3333E
RGB
CMYK
RGB Variations
Color information
#A3333E (or 0xA3333E) is known color: Guardsman Red. HEX triplet: A3, 33 and 3E. RGB value is (163,51,62). Sum of RGB (Red+Green+Blue) = 163+51+62=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3333E is #5CCCC1. Grayscale: #555555. Windows color (decimal): -6081730 or 4076451. OLE color: 4076451.
HSL color Cylindrical-coordinate representation of color #A3333E: hue angle of 354.11º degrees, saturation: 0.52, 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 #A3333E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 62 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.36 |
| HSL | 354.11º | 0.52% | 0.42% | - |
| HSV(B) | 354.11º | 0.69% | 0.64% | - |
| XYZ | 17.16 | 10.5 | 5.68 | - |
| YUV | 85.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 62 | 0 | 0.69 | 0.62 | 0.36 | 354.11 | 0.52 | 0.42 |
| Hex | A3 | 33 | 3E | 0 | 45 | 3E | 24 | 162 | 34 | 2A |
| Octal | 243 | 63 | 76 | 0 | 105 | 76 | 44 | 542 | 64 | 52 |
| Binary | 10100011 | 110011 | 111110 | 0 | 1000101 | 111110 | 100100 | 101100010 | 110100 | 101010 |
Color Harmonies of #A3333E
Complementary color
Monochromatic Colors of #A3333E
Black with #A3333E
Text Example
Text Example
White with #A3333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3333E; }
p { color: rgb(163,51,62); }
H1.HeaderClassName
{
color: #A3333E;
}
.AnyTagClassName
{
color: #A3333E;
}
</style>
background-color css
<style>
a { background-color: #A3333E; }
a { background-color: rgb(163,51,62); }
div.DivClassName
{
background-color: #A3333E;
}
.BgClassName
{
background-color: #A3333E;
}
</style>
border-color css
<style>
span { border-color: #A3333E; }
span { border-color: rgb(163,51,62); }
td.TdClassName
{
border-color: #A3333E;
}
.TagClassName
{
border-color: #A3333E;
}
</style>