Html Css Color HEX #A53137 Guardsman Red

📋 copy color: '#A53137'

red 165 ◦ green 49 ◦ blue 55

#A53137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #A53137

Tints of Guardsman Red #A53137

RGB

 RED value IS 165 (64.84% from 255) = 61.34%

 GREEN value IS 49 (19.53% from 255) = 18.22%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 61.34%
G = 18.22%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A53137 (or 0xA53137) is known color: Guardsman Red. HEX triplet: A5, 31 and 37. RGB value is (165,49,55). Sum of RGB (Red+Green+Blue) = 165+49+55=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A53137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53137 is #5ACEC8. Grayscale: #545454. Windows color (decimal): -5951177 or 3617189. OLE color: 3617189.

HSL color Cylindrical-coordinate representation of color #A53137: hue angle of 356.9º degrees, saturation: 0.54, 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 #A53137 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 55 -
CMYK 0 0.70 0.67 0.35
HSL 356.9º 0.54% 0.42% -
HSV(B) 356.9º 0.7% 0.65% -
XYZ 17.3 10.47 4.72 -
YUV 84.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 165 49 55 0 0.70 0.67 0.35 356.9 0.54 0.42
Hex A5 31 37 0 46 43 23 165 36 2A
Octal 245 61 67 0 106 103 43 545 66 52
Binary 10100101 110001 110111 0 1000110 1000011 100011 101100101 110110 101010

Color Harmonies of #A53137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53137

Black with #A53137

Text Example


Text Example

White with #A53137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53137; }

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

 H1.HeaderClassName
 {
   color: #A53137;
 }
 .AnyTagClassName
 {
   color: #A53137;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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