Html Css Color HEX #A7323A Guardsman Red

📋 copy color: '#A7323A'

red 167 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #A7323A

Tints of Guardsman Red #A7323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 60.73%
G = 18.18%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7323A (or 0xA7323A) is known color: Guardsman Red. HEX triplet: A7, 32 and 3A. RGB value is (167,50,58). Sum of RGB (Red+Green+Blue) = 167+50+58=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7323A is #58CDC5. Grayscale: #555555. Windows color (decimal): -5819846 or 3814055. OLE color: 3814055.

HSL color Cylindrical-coordinate representation of color #A7323A: hue angle of 355.9º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7323A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 58 -
CMYK 0 0.70 0.65 0.35
HSL 355.9º 0.54% 0.43% -
HSV(B) 355.9º 0.7% 0.65% -
XYZ 17.84 10.8 5.15 -
YUV 85.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 167 50 58 0 0.70 0.65 0.35 355.9 0.54 0.43
Hex A7 32 3A 0 46 41 23 164 36 2B
Octal 247 62 72 0 106 101 43 544 66 53
Binary 10100111 110010 111010 0 1000110 1000001 100011 101100100 110110 101011

Color Harmonies of #A7323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7323A

Black with #A7323A

Text Example


Text Example

White with #A7323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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