Html Css Color HEX #A6343A Guardsman Red

📋 copy color: '#A6343A'

red 166 ◦ green 52 ◦ blue 58

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

Shades of Guardsman Red #A6343A

Tints of Guardsman Red #A6343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 60.14%
G = 18.84%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6343A (or 0xA6343A) is known color: Guardsman Red. HEX triplet: A6, 34 and 3A. RGB value is (166,52,58). Sum of RGB (Red+Green+Blue) = 166+52+58=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6343A is #59CBC5. Grayscale: #565656. Windows color (decimal): -5884870 or 3814566. OLE color: 3814566.

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

Color convert

RGB 166 52 58 -
CMYK 0 0.69 0.65 0.35
HSL 356.84º 0.52% 0.43% -
HSV(B) 356.84º 0.69% 0.65% -
XYZ 17.72 10.87 5.17 -
YUV 86.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 166 52 58 0 0.69 0.65 0.35 356.84 0.52 0.43
Hex A6 34 3A 0 45 41 23 165 34 2B
Octal 246 64 72 0 105 101 43 545 64 53
Binary 10100110 110100 111010 0 1000101 1000001 100011 101100101 110100 101011

Color Harmonies of #A6343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6343A

Black with #A6343A

Text Example


Text Example

White with #A6343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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