#a52532

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

Shades of Guardsman Red #A52532

Tints of Guardsman Red #A52532

Color information

#A52532 (or 0xA52532) is unknown color: approx Guardsman Red. HEX triplet: A5, 25 and 32. RGB value is (165,37,50). Sum of RGB (Red+Green+Blue) = 165+37+50=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A52532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52532 is #5ADACD. Grayscale: #4C4C4C. Windows color (decimal): -5954254 or 3286437. OLE color: 3286437.

HSL color Cylindrical-coordinate representation of color #A52532: hue angle of 353.91º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52532 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1653750-
CMYK00.780.700.35
HSL353.91º63.37%39.61%-
HSV(B)353.91º77.58%64.71%-
XYZ16.759.553.98-
YUV76.75112.91190.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=65.48%
G=14.68%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165375000.780.700.35353.9163.3739.61
HexA5253204E46231623f28
Octal24545620116106435427750
Binary10100101100101110010010011101000110100011101100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52532; }

 p { color: rgb(165,37,50); }

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

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

 a { background-color: rgb(165,37,50); }

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

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

 span { border-color: rgb(165,37,50); }

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