#A52C41

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

Shades of Guardsman Red #A52C41

Tints of Guardsman Red #A52C41

Color information

#A52C41 (or 0xA52C41) is unknown color: approx Guardsman Red. HEX triplet: A5, 2C and 41. RGB value is (165,44,65). Sum of RGB (Red+Green+Blue) = 165+44+65=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C41 is #5AD3BE. Grayscale: #525252. Windows color (decimal): -5952447 or 4271269. OLE color: 4271269.

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

Color convert

RGB1654465-
CMYK00.730.610.35
HSL349.59º57.89%40.98%-
HSV(B)349.59º73.33%64.71%-
XYZ17.3710.186.05-
YUV82.57118.09186.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 44 (17.58% from 255) = 16.06%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=60.22%
G=16.06%
B=23.72%

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
Decimal165446500.730.610.35349.5957.8940.98
HexA52C410493D2315e3a29
Octal24554101011175435367251
Binary10100101101100100000101001001111101100011101011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C41; }

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

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

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

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

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

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

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

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