Html Css Color HEX #A53139 Guardsman Red

📋 copy color: '#A53139'

red 165 ◦ green 49 ◦ blue 57

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

Shades of Guardsman Red #A53139

Tints of Guardsman Red #A53139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 60.89%
G = 18.08%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A53139 (or 0xA53139) is known color: Guardsman Red. HEX triplet: A5, 31 and 39. RGB value is (165,49,57). Sum of RGB (Red+Green+Blue) = 165+49+57=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53139 is #5ACEC6. Grayscale: #545454. Windows color (decimal): -5951175 or 3748261. OLE color: 3748261.

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

Color convert

RGB 165 49 57 -
CMYK 0 0.70 0.65 0.35
HSL 355.86º 0.54% 0.42% -
HSV(B) 355.86º 0.7% 0.65% -
XYZ 17.35 10.49 4.98 -
YUV 84.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 165 49 57 0 0.70 0.65 0.35 355.86 0.54 0.42
Hex A5 31 39 0 46 41 23 164 36 2A
Octal 245 61 71 0 106 101 43 544 66 52
Binary 10100101 110001 111001 0 1000110 1000001 100011 101100100 110110 101010

Color Harmonies of #A53139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53139

Black with #A53139

Text Example


Text Example

White with #A53139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53139; }

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

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

background-color css

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

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

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

border-color css

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

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

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