Html Css Color HEX #A43740 Guardsman Red

📋 copy color: '#A43740'

red 164 ◦ green 55 ◦ blue 64

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

Shades of Guardsman Red #A43740

Tints of Guardsman Red #A43740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

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

R = 57.95%
G = 19.43%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A43740 (or 0xA43740) is known color: Guardsman Red. HEX triplet: A4, 37 and 40. RGB value is (164,55,64). Sum of RGB (Red+Green+Blue) = 164+55+64=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A43740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43740 is #5BC8BF. Grayscale: #585858. Windows color (decimal): -6015168 or 4208548. OLE color: 4208548.

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

Color convert

RGB 164 55 64 -
CMYK 0 0.66 0.61 0.36
HSL 355.05º 0.5% 0.43% -
HSV(B) 355.05º 0.66% 0.64% -
XYZ 17.6 11 6.05 -
YUV 88.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 164 55 64 0 0.66 0.61 0.36 355.05 0.5 0.43
Hex A4 37 40 0 42 3D 24 163 32 2B
Octal 244 67 100 0 102 75 44 543 62 53
Binary 10100100 110111 1000000 0 1000010 111101 100100 101100011 110010 101011

Color Harmonies of #A43740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43740

Black with #A43740

Text Example


Text Example

White with #A43740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43740; }

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

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

background-color css

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

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

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

border-color css

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

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

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