Html Css Color HEX #A7293D Guardsman Red

📋 copy color: '#A7293D'

red 167 ◦ green 41 ◦ blue 61

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

Shades of Guardsman Red #A7293D

Tints of Guardsman Red #A7293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 62.08%
G = 15.24%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7293D (or 0xA7293D) is known color: Guardsman Red. HEX triplet: A7, 29 and 3D. RGB value is (167,41,61). Sum of RGB (Red+Green+Blue) = 167+41+61=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A7293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7293D is #58D6C2. Grayscale: #505050. Windows color (decimal): -5822147 or 4008359. OLE color: 4008359.

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

Color convert

RGB 167 41 61 -
CMYK 0 0.75 0.63 0.35
HSL 350.48º 0.61% 0.41% -
HSV(B) 350.48º 0.75% 0.65% -
XYZ 17.57 10.14 5.45 -
YUV 80.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 167 41 61 0 0.75 0.63 0.35 350.48 0.61 0.41
Hex A7 29 3D 0 4B 3F 23 15E 3D 29
Octal 247 51 75 0 113 77 43 536 75 51
Binary 10100111 101001 111101 0 1001011 111111 100011 101011110 111101 101001

Color Harmonies of #A7293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7293D

Black with #A7293D

Text Example


Text Example

White with #A7293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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