Html Css Color HEX #A4313C Guardsman Red

📋 copy color: '#A4313C'

red 164 ◦ green 49 ◦ blue 60

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

Shades of Guardsman Red #A4313C

Tints of Guardsman Red #A4313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 60.07%
G = 17.95%
B = 21.98%

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

#A4313C (or 0xA4313C) is known color: Guardsman Red. HEX triplet: A4, 31 and 3C. RGB value is (164,49,60). Sum of RGB (Red+Green+Blue) = 164+49+60=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4313C is #5BCEC3. Grayscale: #545454. Windows color (decimal): -6016708 or 3944868. OLE color: 3944868.

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

Color convert

RGB 164 49 60 -
CMYK 0 0.70 0.63 0.36
HSL 354.26º 0.54% 0.42% -
HSV(B) 354.26º 0.7% 0.64% -
XYZ 17.22 10.42 5.38 -
YUV 84.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 164 49 60 0 0.70 0.63 0.36 354.26 0.54 0.42
Hex A4 31 3C 0 46 3F 24 162 36 2A
Octal 244 61 74 0 106 77 44 542 66 52
Binary 10100100 110001 111100 0 1000110 111111 100100 101100010 110110 101010

Color Harmonies of #A4313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4313C

Black with #A4313C

Text Example


Text Example

White with #A4313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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