Html Css Color HEX #A4313D Guardsman Red

📋 copy color: '#A4313D'

red 164 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #A4313D

Tints of Guardsman Red #A4313D

RGB

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

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

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

R = 59.85%
G = 17.88%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4313D (or 0xA4313D) is known color: Guardsman Red. HEX triplet: A4, 31 and 3D. RGB value is (164,49,61). Sum of RGB (Red+Green+Blue) = 164+49+61=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4313D is #5BCEC2. Grayscale: #545454. Windows color (decimal): -6016707 or 4010404. OLE color: 4010404.

HSL color Cylindrical-coordinate representation of color #A4313D: hue angle of 353.74º 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 #A4313D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 61 -
CMYK 0 0.70 0.63 0.36
HSL 353.74º 0.54% 0.42% -
HSV(B) 353.74º 0.7% 0.64% -
XYZ 17.25 10.43 5.52 -
YUV 84.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 164 49 61 0 0.70 0.63 0.36 353.74 0.54 0.42
Hex A4 31 3D 0 46 3F 24 162 36 2A
Octal 244 61 75 0 106 77 44 542 66 52
Binary 10100100 110001 111101 0 1000110 111111 100100 101100010 110110 101010

Color Harmonies of #A4313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4313D

Black with #A4313D

Text Example


Text Example

White with #A4313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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