Shades of Guardsman Red #A5333D
Tints of Guardsman Red #A5333D
RGB
CMYK
RGB Variations
Color information
#A5333D (or 0xA5333D) is known color: Guardsman Red. HEX triplet: A5, 33 and 3D. RGB value is (165,51,61). Sum of RGB (Red+Green+Blue) = 165+51+61=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5333D is #5ACCC2. Grayscale: #565656. Windows color (decimal): -5950659 or 4010917. OLE color: 4010917.
HSL color Cylindrical-coordinate representation of color #A5333D: hue angle of 354.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5333D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 61 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.35 |
| HSL | 354.74º | 0.53% | 0.42% | - |
| HSV(B) | 354.74º | 0.69% | 0.65% | - |
| XYZ | 17.54 | 10.7 | 5.56 | - |
| YUV | 86.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 61 | 0 | 0.69 | 0.63 | 0.35 | 354.74 | 0.53 | 0.42 |
| Hex | A5 | 33 | 3D | 0 | 45 | 3F | 23 | 163 | 35 | 2A |
| Octal | 245 | 63 | 75 | 0 | 105 | 77 | 43 | 543 | 65 | 52 |
| Binary | 10100101 | 110011 | 111101 | 0 | 1000101 | 111111 | 100011 | 101100011 | 110101 | 101010 |
Color Harmonies of #A5333D
Complementary color
Monochromatic Colors of #A5333D
Black with #A5333D
Text Example
Text Example
White with #A5333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5333D; }
p { color: rgb(165,51,61); }
H1.HeaderClassName
{
color: #A5333D;
}
.AnyTagClassName
{
color: #A5333D;
}
</style>
background-color css
<style>
a { background-color: #A5333D; }
a { background-color: rgb(165,51,61); }
div.DivClassName
{
background-color: #A5333D;
}
.BgClassName
{
background-color: #A5333D;
}
</style>
border-color css
<style>
span { border-color: #A5333D; }
span { border-color: rgb(165,51,61); }
td.TdClassName
{
border-color: #A5333D;
}
.TagClassName
{
border-color: #A5333D;
}
</style>