Html Css Color HEX #A4393E Guardsman Red

📋 copy color: '#A4393E'

red 164 ◦ green 57 ◦ blue 62

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

Shades of Guardsman Red #A4393E

Tints of Guardsman Red #A4393E

RGB

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

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

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

R = 57.95%
G = 20.14%
B = 21.91%

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

#A4393E (or 0xA4393E) is known color: Guardsman Red. HEX triplet: A4, 39 and 3E. RGB value is (164,57,62). Sum of RGB (Red+Green+Blue) = 164+57+62=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A4393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4393E is #5BC6C1. Grayscale: #595959. Windows color (decimal): -6014658 or 4077988. OLE color: 4077988.

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

Color convert

RGB 164 57 62 -
CMYK 0 0.65 0.62 0.36
HSL 357.2º 0.48% 0.43% -
HSV(B) 357.2º 0.65% 0.64% -
XYZ 17.64 11.17 5.78 -
YUV 89.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 164 57 62 0 0.65 0.62 0.36 357.2 0.48 0.43
Hex A4 39 3E 0 41 3E 24 165 30 2B
Octal 244 71 76 0 101 76 44 545 60 53
Binary 10100100 111001 111110 0 1000001 111110 100100 101100101 110000 101011

Color Harmonies of #A4393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4393E

Black with #A4393E

Text Example


Text Example

White with #A4393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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