Html Css Color HEX #A4343E Guardsman Red

📋 copy color: '#A4343E'

red 164 ◦ green 52 ◦ blue 62

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

Shades of Guardsman Red #A4343E

Tints of Guardsman Red #A4343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 58.99%
G = 18.71%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4343E (or 0xA4343E) is known color: Guardsman Red. HEX triplet: A4, 34 and 3E. RGB value is (164,52,62). Sum of RGB (Red+Green+Blue) = 164+52+62=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4343E is #5BCBC1. Grayscale: #565656. Windows color (decimal): -6015938 or 4076708. OLE color: 4076708.

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

Color convert

RGB 164 52 62 -
CMYK 0 0.68 0.62 0.36
HSL 354.64º 0.52% 0.42% -
HSV(B) 354.64º 0.68% 0.64% -
XYZ 17.41 10.7 5.7 -
YUV 86.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 164 52 62 0 0.68 0.62 0.36 354.64 0.52 0.42
Hex A4 34 3E 0 44 3E 24 163 34 2A
Octal 244 64 76 0 104 76 44 543 64 52
Binary 10100100 110100 111110 0 1000100 111110 100100 101100011 110100 101010

Color Harmonies of #A4343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4343E

Black with #A4343E

Text Example


Text Example

White with #A4343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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