#A53739

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

Shades of Guardsman Red #A53739

Tints of Guardsman Red #A53739

Color information

#A53739 (or 0xA53739) is unknown color: approx Guardsman Red. HEX triplet: A5, 37 and 39. RGB value is (165,55,57). Sum of RGB (Red+Green+Blue) = 165+55+57=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A53739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53739 is #5AC8C6. Grayscale: #585858. Windows color (decimal): -5949639 or 3749797. OLE color: 3749797.

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

Color convert

RGB1655557-
CMYK00.670.650.35
HSL358.91º50%43.14%-
HSV(B)358.91º66.67%64.71%-
XYZ17.6211.035.07-
YUV88.12110.44182.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=59.57%
G=19.86%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165555700.670.650.35358.915043.14
HexA537390434123167322b
Octal24567710103101435476253
Binary10100101110111111001010000111000001100011101100111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53739; }

 p { color: rgb(165,55,57); }

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

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

 a { background-color: rgb(165,55,57); }

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

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

 span { border-color: rgb(165,55,57); }

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