Shades of Guardsman Red #A52F3E
Tints of Guardsman Red #A52F3E
RGB
CMYK
RGB Variations
Color information
#A52F3E (or 0xA52F3E) is known color: Guardsman Red. HEX triplet: A5, 2F and 3E. RGB value is (165,47,62). Sum of RGB (Red+Green+Blue) = 165+47+62=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F3E is #5AD0C1. Grayscale: #545454. Windows color (decimal): -5951682 or 4075429. OLE color: 4075429.
HSL color Cylindrical-coordinate representation of color #A52F3E: hue angle of 352.37º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52F3E is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 62 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.35 |
| HSL | 352.37º | 0.56% | 0.42% | - |
| HSV(B) | 352.37º | 0.72% | 0.65% | - |
| XYZ | 17.4 | 10.38 | 5.64 | - |
| YUV | 83.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 62 | 0 | 0.72 | 0.62 | 0.35 | 352.37 | 0.56 | 0.42 |
| Hex | A5 | 2F | 3E | 0 | 48 | 3E | 23 | 160 | 38 | 2A |
| Octal | 245 | 57 | 76 | 0 | 110 | 76 | 43 | 540 | 70 | 52 |
| Binary | 10100101 | 101111 | 111110 | 0 | 1001000 | 111110 | 100011 | 101100000 | 111000 | 101010 |
Color Harmonies of #A52F3E
Complementary color
Monochromatic Colors of #A52F3E
Black with #A52F3E
Text Example
Text Example
White with #A52F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F3E; }
p { color: rgb(165,47,62); }
H1.HeaderClassName
{
color: #A52F3E;
}
.AnyTagClassName
{
color: #A52F3E;
}
</style>
background-color css
<style>
a { background-color: #A52F3E; }
a { background-color: rgb(165,47,62); }
div.DivClassName
{
background-color: #A52F3E;
}
.BgClassName
{
background-color: #A52F3E;
}
</style>
border-color css
<style>
span { border-color: #A52F3E; }
span { border-color: rgb(165,47,62); }
td.TdClassName
{
border-color: #A52F3E;
}
.TagClassName
{
border-color: #A52F3E;
}
</style>