Html Css Color HEX #A4313A Guardsman Red

📋 copy color: '#A4313A'

red 164 ◦ green 49 ◦ blue 58

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

Shades of Guardsman Red #A4313A

Tints of Guardsman Red #A4313A

RGB

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

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

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

R = 60.52%
G = 18.08%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4313A (or 0xA4313A) is known color: Guardsman Red. HEX triplet: A4, 31 and 3A. RGB value is (164,49,58). Sum of RGB (Red+Green+Blue) = 164+49+58=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A4313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4313A is #5BCEC5. Grayscale: #545454. Windows color (decimal): -6016710 or 3813796. OLE color: 3813796.

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

Color convert

RGB 164 49 58 -
CMYK 0 0.70 0.65 0.36
HSL 355.3º 0.54% 0.42% -
HSV(B) 355.3º 0.7% 0.64% -
XYZ 17.17 10.39 5.1 -
YUV 84.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 164 49 58 0 0.70 0.65 0.36 355.3 0.54 0.42
Hex A4 31 3A 0 46 41 24 163 36 2A
Octal 244 61 72 0 106 101 44 543 66 52
Binary 10100100 110001 111010 0 1000110 1000001 100100 101100011 110110 101010

Color Harmonies of #A4313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4313A

Black with #A4313A

Text Example


Text Example

White with #A4313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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