Html Css Color HEX #A7313B Guardsman Red

📋 copy color: '#A7313B'

red 167 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #A7313B

Tints of Guardsman Red #A7313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 60.73%
G = 17.82%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7313B (or 0xA7313B) is known color: Guardsman Red. HEX triplet: A7, 31 and 3B. RGB value is (167,49,59). Sum of RGB (Red+Green+Blue) = 167+49+59=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7313B is #58CEC4. Grayscale: #555555. Windows color (decimal): -5820101 or 3879335. OLE color: 3879335.

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

Color convert

RGB 167 49 59 -
CMYK 0 0.71 0.65 0.35
HSL 354.92º 0.55% 0.42% -
HSV(B) 354.92º 0.71% 0.65% -
XYZ 17.82 10.73 5.27 -
YUV 85.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 167 49 59 0 0.71 0.65 0.35 354.92 0.55 0.42
Hex A7 31 3B 0 47 41 23 163 37 2A
Octal 247 61 73 0 107 101 43 543 67 52
Binary 10100111 110001 111011 0 1000111 1000001 100011 101100011 110111 101010

Color Harmonies of #A7313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7313B

Black with #A7313B

Text Example


Text Example

White with #A7313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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