Html Css Color HEX #A6343D Guardsman Red

📋 copy color: '#A6343D'

red 166 ◦ green 52 ◦ blue 61

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

Shades of Guardsman Red #A6343D

Tints of Guardsman Red #A6343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 59.5%
G = 18.64%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6343D (or 0xA6343D) is known color: Guardsman Red. HEX triplet: A6, 34 and 3D. RGB value is (166,52,61). Sum of RGB (Red+Green+Blue) = 166+52+61=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6343D is #59CBC2. Grayscale: #575757. Windows color (decimal): -5884867 or 4011174. OLE color: 4011174.

HSL color Cylindrical-coordinate representation of color #A6343D: hue angle of 355.26º 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 #A6343D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 61 -
CMYK 0 0.69 0.63 0.35
HSL 355.26º 0.52% 0.43% -
HSV(B) 355.26º 0.69% 0.65% -
XYZ 17.8 10.9 5.58 -
YUV 87.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 166 52 61 0 0.69 0.63 0.35 355.26 0.52 0.43
Hex A6 34 3D 0 45 3F 23 163 34 2B
Octal 246 64 75 0 105 77 43 543 64 53
Binary 10100110 110100 111101 0 1000101 111111 100011 101100011 110100 101011

Color Harmonies of #A6343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6343D

Black with #A6343D

Text Example


Text Example

White with #A6343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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