Html Css Color HEX #A5313D Guardsman Red

📋 copy color: '#A5313D'

red 165 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #A5313D

Tints of Guardsman Red #A5313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 60%
G = 17.82%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5313D (or 0xA5313D) is known color: Guardsman Red. HEX triplet: A5, 31 and 3D. RGB value is (165,49,61). Sum of RGB (Red+Green+Blue) = 165+49+61=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5313D is #5ACEC2. Grayscale: #555555. Windows color (decimal): -5951171 or 4010405. OLE color: 4010405.

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

Color convert

RGB 165 49 61 -
CMYK 0 0.70 0.63 0.35
HSL 353.79º 0.54% 0.42% -
HSV(B) 353.79º 0.7% 0.65% -
XYZ 17.46 10.53 5.53 -
YUV 85.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 165 49 61 0 0.70 0.63 0.35 353.79 0.54 0.42
Hex A5 31 3D 0 46 3F 23 162 36 2A
Octal 245 61 75 0 106 77 43 542 66 52
Binary 10100101 110001 111101 0 1000110 111111 100011 101100010 110110 101010

Color Harmonies of #A5313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5313D

Black with #A5313D

Text Example


Text Example

White with #A5313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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