#A52B39

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

Shades of Guardsman Red #A52B39

Tints of Guardsman Red #A52B39

Color information

#A52B39 (or 0xA52B39) is unknown color: approx Guardsman Red. HEX triplet: A5, 2B and 39. RGB value is (165,43,57). Sum of RGB (Red+Green+Blue) = 165+43+57=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52B39 is #5AD4C6. Grayscale: #515151. Windows color (decimal): -5952711 or 3746725. OLE color: 3746725.

HSL color Cylindrical-coordinate representation of color #A52B39: hue angle of 353.11º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52B39 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1654357-
CMYK00.740.650.35
HSL353.11º58.65%40.78%-
HSV(B)353.11º73.94%64.71%-
XYZ17.1210.024.9-
YUV81.07114.42187.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=62.26%
G=16.23%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165435700.740.650.35353.1158.6540.78
HexA52B3904A41231613b29
Octal24553710112101435417351
Binary10100101101011111001010010101000001100011101100001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B39; }

 p { color: rgb(165,43,57); }

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

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

 a { background-color: rgb(165,43,57); }

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

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

 span { border-color: rgb(165,43,57); }

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