#A52631

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

Shades of Guardsman Red #A52631

Tints of Guardsman Red #A52631

Color information

#A52631 (or 0xA52631) is unknown color: approx Guardsman Red. HEX triplet: A5, 26 and 31. RGB value is (165,38,49). Sum of RGB (Red+Green+Blue) = 165+38+49=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A52631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52631 is #5AD9CE. Grayscale: #4D4D4D. Windows color (decimal): -5953999 or 3221157. OLE color: 3221157.

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

Color convert

RGB1653849-
CMYK00.770.700.35
HSL354.8º62.56%39.8%-
HSV(B)354.8º76.97%64.71%-
XYZ16.769.613.88-
YUV77.23112.08190.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=65.48%
G=15.08%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165384900.770.700.35354.862.5639.8
HexA5263104D46231633f28
Octal24546610115106435437750
Binary10100101100110110001010011011000110100011101100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52631; }

 p { color: rgb(165,38,49); }

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

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

 a { background-color: rgb(165,38,49); }

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

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

 span { border-color: rgb(165,38,49); }

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