#A52D41

Color #A52D41 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A52D41

Tints of Guardsman Red #A52D41

Color information

#A52D41 (or 0xA52D41) is unknown color: approx Guardsman Red. HEX triplet: A5, 2D and 41. RGB value is (165,45,65). Sum of RGB (Red+Green+Blue) = 165+45+65=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D41 is #5AD2BE. Grayscale: #535353. Windows color (decimal): -5952191 or 4271525. OLE color: 4271525.

HSL color Cylindrical-coordinate representation of color #A52D41: hue angle of 350º 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 #A52D41 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1654565-
CMYK00.730.610.35
HSL350º57.14%41.18%-
HSV(B)350º72.73%64.71%-
XYZ17.4110.266.06-
YUV83.16117.76186.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=60%
G=16.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165456500.730.610.3535057.1441.18
HexA52D410493D2315e3929
Octal24555101011175435367151
Binary10100101101101100000101001001111101100011101011110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D41; }

 p { color: rgb(165,45,65); }

 H1.HeaderClassName
 {
   color: #A52D41;
 }
 .AnyTagClassName
 {
   color: #A52D41;
 }
</style>
background-color css

<style>
 a { background-color: #A52D41; }

 a { background-color: rgb(165,45,65); }

 div.DivClassName
 {
   background-color: #A52D41;
 }
 .BgClassName
 {
   background-color: #A52D41;
 }
</style>
border-color css

<style>
 span { border-color: #A52D41; }

 span { border-color: rgb(165,45,65); }

 td.TdClassName
 {
   border-color: #A52D41;
 }
 .TagClassName
 {
   border-color: #A52D41;
 }
</style>