Html Css Color HEX #A5313E Guardsman Red

📋 copy color: '#A5313E'

red 165 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #A5313E

Tints of Guardsman Red #A5313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 59.78%
G = 17.75%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5313E (or 0xA5313E) is known color: Guardsman Red. HEX triplet: A5, 31 and 3E. RGB value is (165,49,62). Sum of RGB (Red+Green+Blue) = 165+49+62=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5313E is #5ACEC1. Grayscale: #555555. Windows color (decimal): -5951170 or 4075941. OLE color: 4075941.

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

Color convert

RGB 165 49 62 -
CMYK 0 0.70 0.62 0.35
HSL 353.28º 0.54% 0.42% -
HSV(B) 353.28º 0.7% 0.65% -
XYZ 17.48 10.54 5.67 -
YUV 85.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 165 49 62 0 0.70 0.62 0.35 353.28 0.54 0.42
Hex A5 31 3E 0 46 3E 23 161 36 2A
Octal 245 61 76 0 106 76 43 541 66 52
Binary 10100101 110001 111110 0 1000110 111110 100011 101100001 110110 101010

Color Harmonies of #A5313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5313E

Black with #A5313E

Text Example


Text Example

White with #A5313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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