#A52B35

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

Shades of Guardsman Red #A52B35

Tints of Guardsman Red #A52B35

Color information

#A52B35 (or 0xA52B35) is unknown color: approx Guardsman Red. HEX triplet: A5, 2B and 35. RGB value is (165,43,53). Sum of RGB (Red+Green+Blue) = 165+43+53=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52B35 is #5AD4CA. Grayscale: #505050. Windows color (decimal): -5952715 or 3484581. OLE color: 3484581.

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

Color convert

RGB1654353-
CMYK00.740.680.35
HSL355.08º58.65%40.78%-
HSV(B)355.08º73.94%64.71%-
XYZ17.029.984.4-
YUV80.62112.42188.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.22%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=63.22%
G=16.48%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165435300.740.680.35355.0858.6540.78
HexA52B3504A44231633b29
Octal24553650112104435437351
Binary10100101101011110101010010101000100100011101100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B35; }

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

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

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

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

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

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

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

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