Html Css Color HEX #A73C3D Guardsman Red

📋 copy color: '#A73C3D'

red 167 ◦ green 60 ◦ blue 61

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

Shades of Guardsman Red #A73C3D

Tints of Guardsman Red #A73C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

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

R = 57.99%
G = 20.83%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A73C3D (or 0xA73C3D) is known color: Guardsman Red. HEX triplet: A7, 3C and 3D. RGB value is (167,60,61). Sum of RGB (Red+Green+Blue) = 167+60+61=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C3D is #58C3C2. Grayscale: #5C5C5C. Windows color (decimal): -5817283 or 4013223. OLE color: 4013223.

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

Color convert

RGB 167 60 61 -
CMYK 0 0.64 0.63 0.35
HSL 359.44º 0.47% 0.45% -
HSV(B) 359.44º 0.64% 0.65% -
XYZ 18.39 11.78 5.72 -
YUV 92.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 167 60 61 0 0.64 0.63 0.35 359.44 0.47 0.45
Hex A7 3C 3D 0 40 3F 23 167 2F 2D
Octal 247 74 75 0 100 77 43 547 57 55
Binary 10100111 111100 111101 0 1000000 111111 100011 101100111 101111 101101

Color Harmonies of #A73C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C3D

Black with #A73C3D

Text Example


Text Example

White with #A73C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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