Shades of Guardsman Red #A52D3D
Tints of Guardsman Red #A52D3D
RGB
CMYK
RGB Variations
Color information
#A52D3D (or 0xA52D3D) is known color: Guardsman Red. HEX triplet: A5, 2D and 3D. RGB value is (165,45,61). Sum of RGB (Red+Green+Blue) = 165+45+61=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D3D is #5AD2C2. Grayscale: #525252. Windows color (decimal): -5952195 or 4009381. OLE color: 4009381.
HSL color Cylindrical-coordinate representation of color #A52D3D: hue angle of 352º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D3D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 61 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.35 |
| HSL | 352º | 0.57% | 0.41% | - |
| HSV(B) | 352º | 0.73% | 0.65% | - |
| XYZ | 17.3 | 10.21 | 5.47 | - |
| YUV | 82.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 61 | 0 | 0.73 | 0.63 | 0.35 | 352 | 0.57 | 0.41 |
| Hex | A5 | 2D | 3D | 0 | 49 | 3F | 23 | 160 | 39 | 29 |
| Octal | 245 | 55 | 75 | 0 | 111 | 77 | 43 | 540 | 71 | 51 |
| Binary | 10100101 | 101101 | 111101 | 0 | 1001001 | 111111 | 100011 | 101100000 | 111001 | 101001 |
Color Harmonies of #A52D3D
Complementary color
Monochromatic Colors of #A52D3D
Black with #A52D3D
Text Example
Text Example
White with #A52D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D3D; }
p { color: rgb(165,45,61); }
H1.HeaderClassName
{
color: #A52D3D;
}
.AnyTagClassName
{
color: #A52D3D;
}
</style>
background-color css
<style>
a { background-color: #A52D3D; }
a { background-color: rgb(165,45,61); }
div.DivClassName
{
background-color: #A52D3D;
}
.BgClassName
{
background-color: #A52D3D;
}
</style>
border-color css
<style>
span { border-color: #A52D3D; }
span { border-color: rgb(165,45,61); }
td.TdClassName
{
border-color: #A52D3D;
}
.TagClassName
{
border-color: #A52D3D;
}
</style>