Html Css Color HEX #A7313D Guardsman Red

📋 copy color: '#A7313D'

red 167 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #A7313D

Tints of Guardsman Red #A7313D

RGB

 RED value IS 167 (65.63% from 255) = 60.29%

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

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

R = 60.29%
G = 17.69%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7313D (or 0xA7313D) is known color: Guardsman Red. HEX triplet: A7, 31 and 3D. RGB value is (167,49,61). Sum of RGB (Red+Green+Blue) = 167+49+61=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7313D is #58CEC2. Grayscale: #555555. Windows color (decimal): -5820099 or 4010407. OLE color: 4010407.

HSL color Cylindrical-coordinate representation of color #A7313D: hue angle of 353.9º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7313D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 61 -
CMYK 0 0.71 0.63 0.35
HSL 353.9º 0.55% 0.42% -
HSV(B) 353.9º 0.71% 0.65% -
XYZ 17.88 10.75 5.55 -
YUV 85.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 167 49 61 0 0.71 0.63 0.35 353.9 0.55 0.42
Hex A7 31 3D 0 47 3F 23 162 37 2A
Octal 247 61 75 0 107 77 43 542 67 52
Binary 10100111 110001 111101 0 1000111 111111 100011 101100010 110111 101010

Color Harmonies of #A7313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7313D

Black with #A7313D

Text Example


Text Example

White with #A7313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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