Html Css Color HEX #A43240 Guardsman Red

📋 copy color: '#A43240'

red 164 ◦ green 50 ◦ blue 64

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

Shades of Guardsman Red #A43240

Tints of Guardsman Red #A43240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 58.99%
G = 17.99%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A43240 (or 0xA43240) is known color: Guardsman Red. HEX triplet: A4, 32 and 40. RGB value is (164,50,64). Sum of RGB (Red+Green+Blue) = 164+50+64=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A43240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43240 is #5BCDBF. Grayscale: #555555. Windows color (decimal): -6016448 or 4207268. OLE color: 4207268.

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

Color convert

RGB 164 50 64 -
CMYK 0 0.70 0.61 0.36
HSL 352.63º 0.53% 0.42% -
HSV(B) 352.63º 0.7% 0.64% -
XYZ 17.38 10.54 5.97 -
YUV 85.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 164 50 64 0 0.70 0.61 0.36 352.63 0.53 0.42
Hex A4 32 40 0 46 3D 24 161 35 2A
Octal 244 62 100 0 106 75 44 541 65 52
Binary 10100100 110010 1000000 0 1000110 111101 100100 101100001 110101 101010

Color Harmonies of #A43240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43240

Black with #A43240

Text Example


Text Example

White with #A43240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43240; }

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

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

background-color css

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

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

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

border-color css

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

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

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