Html Css Color HEX #A7293A Guardsman Red

📋 copy color: '#A7293A'

red 167 ◦ green 41 ◦ blue 58

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

Shades of Guardsman Red #A7293A

Tints of Guardsman Red #A7293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 62.78%
G = 15.41%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7293A (or 0xA7293A) is known color: Guardsman Red. HEX triplet: A7, 29 and 3A. RGB value is (167,41,58). Sum of RGB (Red+Green+Blue) = 167+41+58=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7293A is #58D6C5. Grayscale: #505050. Windows color (decimal): -5822150 or 3811751. OLE color: 3811751.

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

Color convert

RGB 167 41 58 -
CMYK 0 0.75 0.65 0.35
HSL 351.9º 0.61% 0.41% -
HSV(B) 351.9º 0.75% 0.65% -
XYZ 17.49 10.11 5.03 -
YUV 80.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 167 41 58 0 0.75 0.65 0.35 351.9 0.61 0.41
Hex A7 29 3A 0 4B 41 23 160 3D 29
Octal 247 51 72 0 113 101 43 540 75 51
Binary 10100111 101001 111010 0 1001011 1000001 100011 101100000 111101 101001

Color Harmonies of #A7293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7293A

Black with #A7293A

Text Example


Text Example

White with #A7293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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