#A53840

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

Shades of Guardsman Red #A53840

Tints of Guardsman Red #A53840

Color information

#A53840 (or 0xA53840) is unknown color: approx Guardsman Red. HEX triplet: A5, 38 and 40. RGB value is (165,56,64). Sum of RGB (Red+Green+Blue) = 165+56+64=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A53840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53840 is #5AC7BF. Grayscale: #595959. Windows color (decimal): -5949376 or 4208805. OLE color: 4208805.

HSL color Cylindrical-coordinate representation of color #A53840: hue angle of 355.6º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53840 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1655664-
CMYK00.660.610.35
HSL355.6º49.32%43.33%-
HSV(B)355.6º66.06%64.71%-
XYZ17.8611.26.07-
YUV89.5113.61181.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=57.89%
G=19.65%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165566400.660.610.35355.649.3243.33
HexA538400423D23164312b
Octal24570100010275435446153
Binary10100101111000100000001000010111101100011101100100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53840; }

 p { color: rgb(165,56,64); }

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

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

 a { background-color: rgb(165,56,64); }

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

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

 span { border-color: rgb(165,56,64); }

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