Html Css Color HEX #A6323D Guardsman Red

📋 copy color: '#A6323D'

red 166 ◦ green 50 ◦ blue 61

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

Shades of Guardsman Red #A6323D

Tints of Guardsman Red #A6323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

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

R = 59.93%
G = 18.05%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6323D (or 0xA6323D) is known color: Guardsman Red. HEX triplet: A6, 32 and 3D. RGB value is (166,50,61). Sum of RGB (Red+Green+Blue) = 166+50+61=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6323D is #59CDC2. Grayscale: #565656. Windows color (decimal): -5885379 or 4010662. OLE color: 4010662.

HSL color Cylindrical-coordinate representation of color #A6323D: hue angle of 354.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6323D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 61 -
CMYK 0 0.70 0.63 0.35
HSL 354.31º 0.54% 0.42% -
HSV(B) 354.31º 0.7% 0.65% -
XYZ 17.71 10.73 5.55 -
YUV 85.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 166 50 61 0 0.70 0.63 0.35 354.31 0.54 0.42
Hex A6 32 3D 0 46 3F 23 162 36 2A
Octal 246 62 75 0 106 77 43 542 66 52
Binary 10100110 110010 111101 0 1000110 111111 100011 101100010 110110 101010

Color Harmonies of #A6323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6323D

Black with #A6323D

Text Example


Text Example

White with #A6323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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