Html Css Color HEX #A4313E Guardsman Red

📋 copy color: '#A4313E'

red 164 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #A4313E

Tints of Guardsman Red #A4313E

RGB

 RED value IS 164 (64.45% from 255) = 59.64%

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 59.64%
G = 17.82%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4313E (or 0xA4313E) is known color: Guardsman Red. HEX triplet: A4, 31 and 3E. RGB value is (164,49,62). Sum of RGB (Red+Green+Blue) = 164+49+62=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4313E is #5BCEC1. Grayscale: #545454. Windows color (decimal): -6016706 or 4075940. OLE color: 4075940.

HSL color Cylindrical-coordinate representation of color #A4313E: hue angle of 353.22º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4313E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 62 -
CMYK 0 0.70 0.62 0.36
HSL 353.22º 0.54% 0.42% -
HSV(B) 353.22º 0.7% 0.64% -
XYZ 17.28 10.44 5.66 -
YUV 84.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 164 49 62 0 0.70 0.62 0.36 353.22 0.54 0.42
Hex A4 31 3E 0 46 3E 24 161 36 2A
Octal 244 61 76 0 106 76 44 541 66 52
Binary 10100100 110001 111110 0 1000110 111110 100100 101100001 110110 101010

Color Harmonies of #A4313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4313E

Black with #A4313E

Text Example


Text Example

White with #A4313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4313E; }

 p { color: rgb(164,49,62); }

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

background-color css

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

 a { background-color: rgb(164,49,62); }

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

border-color css

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

 span { border-color: rgb(164,49,62); }

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