Shades of Guardsman Red #A52C3C
Tints of Guardsman Red #A52C3C
RGB
CMYK
RGB Variations
Color information
#A52C3C (or 0xA52C3C) is known color: Guardsman Red. HEX triplet: A5, 2C and 3C. RGB value is (165,44,60). Sum of RGB (Red+Green+Blue) = 165+44+60=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C3C is #5AD3C3. Grayscale: #525252. Windows color (decimal): -5952452 or 3943589. OLE color: 3943589.
HSL color Cylindrical-coordinate representation of color #A52C3C: hue angle of 352.07º degrees, saturation: 0.58, 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 #A52C3C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 60 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.35 |
| HSL | 352.07º | 0.58% | 0.41% | - |
| HSV(B) | 352.07º | 0.73% | 0.65% | - |
| XYZ | 17.23 | 10.13 | 5.32 | - |
| YUV | 82 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 60 | 0 | 0.73 | 0.64 | 0.35 | 352.07 | 0.58 | 0.41 |
| Hex | A5 | 2C | 3C | 0 | 49 | 40 | 23 | 160 | 3A | 29 |
| Octal | 245 | 54 | 74 | 0 | 111 | 100 | 43 | 540 | 72 | 51 |
| Binary | 10100101 | 101100 | 111100 | 0 | 1001001 | 1000000 | 100011 | 101100000 | 111010 | 101001 |
Color Harmonies of #A52C3C
Complementary color
Monochromatic Colors of #A52C3C
Black with #A52C3C
Text Example
Text Example
White with #A52C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C3C; }
p { color: rgb(165,44,60); }
H1.HeaderClassName
{
color: #A52C3C;
}
.AnyTagClassName
{
color: #A52C3C;
}
</style>
background-color css
<style>
a { background-color: #A52C3C; }
a { background-color: rgb(165,44,60); }
div.DivClassName
{
background-color: #A52C3C;
}
.BgClassName
{
background-color: #A52C3C;
}
</style>
border-color css
<style>
span { border-color: #A52C3C; }
span { border-color: rgb(165,44,60); }
td.TdClassName
{
border-color: #A52C3C;
}
.TagClassName
{
border-color: #A52C3C;
}
</style>