Html Css Color HEX #A43940 Guardsman Red

📋 copy color: '#A43940'

red 164 ◦ green 57 ◦ blue 64

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

Shades of Guardsman Red #A43940

Tints of Guardsman Red #A43940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 57.54%
G = 20%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A43940 (or 0xA43940) is known color: Guardsman Red. HEX triplet: A4, 39 and 40. RGB value is (164,57,64). Sum of RGB (Red+Green+Blue) = 164+57+64=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A43940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43940 is #5BC6BF. Grayscale: #595959. Windows color (decimal): -6014656 or 4209060. OLE color: 4209060.

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

Color convert

RGB 164 57 64 -
CMYK 0 0.65 0.61 0.36
HSL 356.07º 0.48% 0.43% -
HSV(B) 356.07º 0.65% 0.64% -
XYZ 17.7 11.19 6.08 -
YUV 89.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 164 57 64 0 0.65 0.61 0.36 356.07 0.48 0.43
Hex A4 39 40 0 41 3D 24 164 30 2B
Octal 244 71 100 0 101 75 44 544 60 53
Binary 10100100 111001 1000000 0 1000001 111101 100100 101100100 110000 101011

Color Harmonies of #A43940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43940

Black with #A43940

Text Example


Text Example

White with #A43940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43940; }

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

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

background-color css

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

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

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

border-color css

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

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

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