Html Css Color HEX #A4393F Guardsman Red

📋 copy color: '#A4393F'

red 164 ◦ green 57 ◦ blue 63

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

Shades of Guardsman Red #A4393F

Tints of Guardsman Red #A4393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

 BLUE value IS 63 (25% from 255) = 22.18%

R = 57.75%
G = 20.07%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4393F (or 0xA4393F) is known color: Guardsman Red. HEX triplet: A4, 39 and 3F. RGB value is (164,57,63). Sum of RGB (Red+Green+Blue) = 164+57+63=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A4393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4393F is #5BC6C0. Grayscale: #595959. Windows color (decimal): -6014657 or 4143524. OLE color: 4143524.

HSL color Cylindrical-coordinate representation of color #A4393F: hue angle of 356.64º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4393F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 57 63 -
CMYK 0 0.65 0.62 0.36
HSL 356.64º 0.48% 0.43% -
HSV(B) 356.64º 0.65% 0.64% -
XYZ 17.67 11.18 5.93 -
YUV 89.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 164 57 63 0 0.65 0.62 0.36 356.64 0.48 0.43
Hex A4 39 3F 0 41 3E 24 165 30 2B
Octal 244 71 77 0 101 76 44 545 60 53
Binary 10100100 111001 111111 0 1000001 111110 100100 101100101 110000 101011

Color Harmonies of #A4393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4393F

Black with #A4393F

Text Example


Text Example

White with #A4393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4393F; }

 p { color: rgb(164,57,63); }

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

background-color css

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

 a { background-color: rgb(164,57,63); }

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

border-color css

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

 span { border-color: rgb(164,57,63); }

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