#A52B3F

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

Shades of Guardsman Red #A52B3F

Tints of Guardsman Red #A52B3F

Color information

#A52B3F (or 0xA52B3F) is unknown color: approx Guardsman Red. HEX triplet: A5, 2B and 3F. RGB value is (165,43,63). Sum of RGB (Red+Green+Blue) = 165+43+63=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52B3F is #5AD4C0. Grayscale: #515151. Windows color (decimal): -5952705 or 4139941. OLE color: 4139941.

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

Color convert

RGB1654363-
CMYK00.740.620.35
HSL350.16º58.65%40.78%-
HSV(B)350.16º73.94%64.71%-
XYZ17.2810.095.74-
YUV81.76117.42187.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 43 (17.19% from 255) = 15.87%
BLUE value IS 63 (25% from 255) = 23.25%
R=60.89%
G=15.87%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165436300.740.620.35350.1658.6540.78
HexA52B3F04A3E2315e3b29
Octal2455377011276435367351
Binary1010010110101111111101001010111110100011101011110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B3F; }

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

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

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

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

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

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

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

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