Html Css Color HEX #A6343C Guardsman Red

📋 copy color: '#A6343C'

red 166 ◦ green 52 ◦ blue 60

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

Shades of Guardsman Red #A6343C

Tints of Guardsman Red #A6343C

RGB

 RED value IS 166 (65.23% from 255) = 59.71%

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 59.71%
G = 18.71%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6343C (or 0xA6343C) is known color: Guardsman Red. HEX triplet: A6, 34 and 3C. RGB value is (166,52,60). Sum of RGB (Red+Green+Blue) = 166+52+60=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6343C is #59CBC3. Grayscale: #575757. Windows color (decimal): -5884868 or 3945638. OLE color: 3945638.

HSL color Cylindrical-coordinate representation of color #A6343C: hue angle of 355.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6343C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 60 -
CMYK 0 0.69 0.64 0.35
HSL 355.79º 0.52% 0.43% -
HSV(B) 355.79º 0.69% 0.65% -
XYZ 17.77 10.89 5.44 -
YUV 87 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 166 52 60 0 0.69 0.64 0.35 355.79 0.52 0.43
Hex A6 34 3C 0 45 40 23 164 34 2B
Octal 246 64 74 0 105 100 43 544 64 53
Binary 10100110 110100 111100 0 1000101 1000000 100011 101100100 110100 101011

Color Harmonies of #A6343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6343C

Black with #A6343C

Text Example


Text Example

White with #A6343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6343C; }

 p { color: rgb(166,52,60); }

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

background-color css

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

 a { background-color: rgb(166,52,60); }

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

border-color css

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

 span { border-color: rgb(166,52,60); }

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