#A53234

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

Shades of Guardsman Red #A53234

Tints of Guardsman Red #A53234

Color information

#A53234 (or 0xA53234) is unknown color: approx Guardsman Red. HEX triplet: A5, 32 and 34. RGB value is (165,50,52). Sum of RGB (Red+Green+Blue) = 165+50+52=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A53234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53234 is #5ACDCB. Grayscale: #545454. Windows color (decimal): -5950924 or 3420837. OLE color: 3420837.

HSL color Cylindrical-coordinate representation of color #A53234: hue angle of 358.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53234 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1655052-
CMYK00.700.680.35
HSL358.96º53.49%42.16%-
HSV(B)358.96º69.7%64.71%-
XYZ17.2810.534.37-
YUV84.61109.6185.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=61.80%
G=18.73%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165505200.700.680.35358.9653.4942.16
HexA532340464423167352a
Octal24562640106104435476552
Binary10100101110010110100010001101000100100011101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53234; }

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

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

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

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

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

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

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

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